GNOME Bugzilla – Bug 619716
crash on reply-to-mail ... [ gconf thread safety foo ]
Last modified: 2012-08-12 13:34:34 UTC
I see this, but only really rather rarely. I suspect that there is some hideous threading problem. Sadly under valgrind (which really does no threading - using only one thread) - it doesn't show up. With export MALLOC_CHECK_=2 I can at least catch something here: Here you see the race [ amazingly captured for your viewing pleasure ]. Two threads, concurrently in load_from_gconf. Gconf (last I checked) however - is not thread safe [ at all ]. Looks like we need lots of extra locking around that bad boy :-)
+ Trace 222111
Thread 1 (Thread 0xb5cda760 (LWP 31488))
This is also: https://bugzilla.novell.com/show_bug.cgi?id=608563
Sounds like yet more reason to get ESource information out of GConf...
*** Bug 618234 has been marked as a duplicate of this bug. ***
Closing this as OBSOLETE since we no longer use GConf.