GNOME Bugzilla – Bug 593017
evolution-data-server-2.28 crashed with SIGSEGV
Last modified: 2012-10-08 14:35:20 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/evolution-data-server/+bug/412325 "crashed after login" "this looks like an evolution-data-server bug (freeing an already free watch)" ".
+ Trace 217125
Thread 3 (process 3605)
Thread 2 (process 3604)
Thread 1 (process 3607)
Actually this looks like a GConf-over-DBus issue. Reassigning.
GConf is not a threadsafe library. Evolution is trying to use it from multiple threads at the same time. This isn't allowed. Punting back to evolution.
Marking as NEW. We are getting quite a number of these on Karmic.
*** Bug 601985 has been marked as a duplicate of this bug. ***
*** Bug 595252 has been marked as a duplicate of this bug. ***
Similar downstream bug report from eds 3.2.2: https://bugzilla.redhat.com/show_bug.cgi?id=757782 It's similar in a way of happening inside gconf_client_add_dir() under dbus code. I wish GConf will use GDBus instead, though it might not matter much, since GSettings will be used in evo/eds and the dependency on GConf will be dropped.
+ Trace 229164
Thread 1 (Thread 0x7f79d4e1b700 (LWP 22113))
We've completely ditched GConf as of version 3.6, and with it dbus-glib. We're now using the more thread-safe GDBus APIs in GLib, so I'm closing this as OBSOLETE.