GNOME Bugzilla – Bug 657855
[gconf] gnome-settings-daemon crashed with SIGSEGV in g_hash_table_lookup()
Last modified: 2011-09-13 08:58:31 UTC
this report has been filed here: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/837373 "This occurs at startup. I have Xfce set as my default session." ".
+ Trace 228295
Thread 3 (Thread 0xb6615b70 (LWP 2435))
Thread 1 (Thread 0xb7846840 (LWP 2430))
Crashes in dconf I believe.
#0 g_hash_table_lookup_node at /build/buildd/glib2.0-2.29.16/./glib/ghash.c line 360 #1 g_hash_table_lookup at /build/buildd/glib2.0-2.29.16/./glib/ghash.c line 1022 #2 settings_changed_cb at conf-watcher.c line 66 conf-watcher.c is in gnome-settings-daemon code: static void settings_changed_cb (GSettings *settings, const gchar *key, ConfWatcher *watcher) { const gchar *gconf_key_name; gconf_key_name = g_hash_table_lookup (watcher->keys_hash, key); if (gconf_key_name != NULL) { GVariant *value;
That's the GConf plugin.
Fixed in git master