GNOME Bugzilla – Bug 539560
Click "File Systems" -> Segmentation fault
Last modified: 2011-11-11 10:03:55 UTC
Steps to reproduce: 1. Launch gnome-system-monitor 2. Click "File Systems" 3. Stack trace: $ gdb gnome-system-monitor [...] [New Thread 0xb7328b90 (LWP 24870)] ** (gnome-system-monitor:24866): WARNING **: SELinux was found but is not enabled. (gnome-system-monitor:24866): glibmm-WARNING **: failed to wrap type of 'GHalMount' (gnome-system-monitor:24866): glibmm-WARNING **: failed to wrap type of 'GHalMount' (gnome-system-monitor:24866): glibmm-WARNING **: failed to wrap type of 'GHalMount' Program received signal SIGSEGV, Segmentation fault. Gio::Mount::get_name (this=0x0) at mount.cc:387 387 return Glib::convert_return_gchar_ptr_to_stdstring(g_mount_get_name(const_cast<GMount*>(gobj()))); (gdb) bt
+ Trace 201059
Other information: OS : Fedora Development (rawhide 20080621) gnome-system-monitor-2.23.3-2.fc10.i386 libgtop2-2.23.2-1.fc10.i386 glibmm24-2.16.2-1.fc10.i386 gtkmm24-2.13.0-1.fc10.i386 gtk2-2.13.3-2.fc10.i386 glib2-2.17.2-2.fc10.i386
*** This bug has been marked as a duplicate of 529533 ***
The same issue happens in glibmm 2.7.0. Does gnome-system-monitor must be recompiled with glibmm 2.7.0 ? glibmm24-2.17.0-1.fc10.i386 gtkmm24-2.13.1-1.fc10.i386 gnome-system-monitor-2.23.3-2.fc10.i386
You mean you get the same warnings before the crash ?
(In reply to comment #3) > You mean you get the same warnings before the crash ? > $ gdb gnome-system-monitor [skip] (gnome-system-monitor:4150): glibmm-WARNING **: Failed to wrap object of type 'GHalMount'. Hint: this error is commonly caused by failing to call a library init() function. (gnome-system-monitor:4150): glibmm-WARNING **: Failed to wrap object of type 'GHalMount'. Hint: this error is commonly caused by failing to call a library init() function. (gnome-system-monitor:4150): glibmm-WARNING **: Failed to wrap object of type 'GHalMount'. Hint: this error is commonly caused by failing to call a library init() function. Program received signal SIGSEGV, Segmentation fault. Gio::Mount::get_name (this=0x0) at mount.cc:387 387 return Glib::convert_return_gchar_ptr_to_stdstring(g_mount_get_name(const_cast<GMount*>(gobj()))); [...]
oops! a few diffrent warning message. ; ) Sorry.
http://svn.gnome.org/viewvc/glibmm/branches/glibmm-2-16/ChangeLog?view=markup It's fixed in glibmm 2.16.3.