GNOME Bugzilla – Bug 627358
SEGV on replying to message
Last modified: 2013-09-14 16:54:30 UTC
Program received signal SIGSEGV, Segmentation fault.
+ Trace 223305
Thread 140734017521424 (LWP 31762)
Looks like another case of accessing GConf from a non-mainloop thread even though GConf is known to not be thread-safe. I killed off load_books_thread() in ENameSelector yesterday (it's all asynchronous now), which should prevent this crash. Closing as (presumed) FIXED, but please do reopen this if you encounter it again.