Bug 318687 - System Settings crash while configuring grub
Summary: System Settings crash while configuring grub
Status: RESOLVED DUPLICATE of bug 319947
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_grub2 (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Konstantinos Smanis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 21:42 UTC by Fatih Yazıcı
Modified: 2022-09-20 04:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fatih Yazıcı 2013-04-21 21:42:04 UTC
Application: systemsettings (1.0)
KDE Platform Version: 4.10.2
Qt Version: 4.8.4
Operating System: Linux 3.8.0-19-generic x86_64
Distribution: Ubuntu 13.04

-- Information about the crash:
- What I did do before crash:
> Installed kde-config-grub2

- What I was doing when the application crashed:
> Set a background image for grub2
> Click "Create" button
> It crashes...
Also Preivew button doesn't work.
(Sorry for bad English)

The crash can be reproduced every time.

-- Backtrace:
Application: Sistem Ayarları (systemsettings), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbfa3ba17c0 (LWP 2050))]

Thread 3 (Thread 0x7fbf87821700 (LWP 2051)):
#0  0x00007fff705feaf7 in ?? ()
#1  0x0000000000000063 in ?? ()
#2  0x0000000280002ee0 in ?? ()
#3  0x00007fbf80002860 in ?? ()
#4  0x00007fbf87820b80 in ?? ()
#5  0x00007fbf87820c38 in ?? ()
#6  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fbf7fde0700 (LWP 2052)):
#0  0x00007fbfa0b9d3cd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007fbf99bcf1dc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007fbf99bcf6ba in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fbf841324f6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007fbf99bf2eb5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007fbf9a0a1f8e in start_thread (arg=0x7fbf7fde0700) at pthread_create.c:311
#6  0x00007fbfa0ba9e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7fbfa3ba17c0 (LWP 2050)):
[KCrash Handler]
#6  0x00007fbfa0ae7037 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7  0x00007fbfa0aea698 in __GI_abort () at abort.c:90
#8  0x00007fbfa0ed8e8d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#9  0x00007fbfa0ed6f76 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x00007fbfa0ed6fa3 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#11 0x00007fbfa0ed7226 in __cxa_rethrow () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#12 0x00007fbfa12f2884 in QEventLoop::exec (this=this@entry=0x7fff705fb190, flags=...) at kernel/qeventloop.cpp:218
#13 0x00007fbfa12f7cf6 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1218
#14 0x00007fbfa1f55ffc in QApplication::exec () at kernel/qapplication.cpp:3828
#15 0x000000000040aa2e in main (argc=5, argv=0x7fff705fb3f8) at ../../../systemsettings/app/main.cpp:49

Possible duplicates by query: bug 318309, bug 316907, bug 316495, bug 316465, bug 315911.

Reported using DrKonqi
Comment 1 Konstantinos Smanis 2013-05-06 12:23:46 UTC
Hello, I just checked on a fresh Kubuntu 13.04 installation with the latest packages and I can't reproduce the crash. I tried all possible actions (Preview/Create/Set Image).

I get a lot of ImageMagick-related crash reports mainly due to bad package dependencies from the distros. The offending piece of code seems to be properly written. Please check the latest packages (seeing that you reported about pre-release packages) or try a custom-made package from https://sourceforge.net/projects/kcm-grub2/ (custom Ubuntu 13.04 packages will be soon available).

If the crashes persist, let me know so that we re-open the bug.
Comment 2 Konstantinos Smanis 2013-05-06 19:57:09 UTC
Just a heads-up: the custom-made packages for Ubuntu 13.04 are now available at https://sourceforge.net/projects/kcm-grub2/files/0.5.8/Ubuntu%2013.04/

However I would recommend the official packages which include the QApt dependency for removing old kernels and are supported by the packagers. Unfortunately the openSUSE Build Service forbids the use of packages from the 'universe' repository (which is the case for libqapt-dev).
Comment 3 Konstantinos Smanis 2013-06-01 20:54:45 UTC

*** This bug has been marked as a duplicate of bug 319947 ***