GNOME Bugzilla – Bug 514385
gnome-settings-daemon crashed with SIGSEGV in gnome_settings_plugin_activate()
Last modified: 2008-02-04 21:07:00 UTC
this bug has been entered here: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/188572 "started laptop, on login the box appeared stating that gnome-settings-daemon had failed to start. Running gnome-settings-daemon with the terminal (output from the terminal is attached)" ".
+ Trace 188084
Thread 1 (process 5585)
Unfortunately, it seems like compiler optimiations have greatly reduced the usefulness of the stacktrace (e.g. it doesn't show very precisely where it happened), but I suspect it's fixed with this commit: 2008-02-04 Jens Granseuer <jensgr@gmx.net> * plugins/screensaver/gsd-screensaver-manager.c: (gsd_screensaver_manager_start): don't crash when running the screensaver fails. The plugin relies on the GError it passes always being filled in if we couldn't start the module, so set it up properly in those cases (bug #514385)