GNOME Bugzilla – Bug 549303
evolution crashed with SIGSEGV in gtk_widget_style_get_valist()
Last modified: 2013-09-13 00:58:36 UTC
this report has been opened here: https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/260046 "I have this when receiving emails from multiple mail-boxes at once. The GUI freezes for a few seconds and Evolution crashes" "#0 0xb73ab337 in IA__gtk_widget_add_mnemonic_label (widget=0xa0c0ee0, label=0xb74f812e) at /build/buildd/gtk+2.0-2.13.6/gtk/gtkwidget.c:9864 new_list = (GSList *) 0x9a12768 __PRETTY_FUNCTION__ = "IA__gtk_widget_add_mnemonic_label"
+ Trace 205639
Thanks,
Can you try submitting a new backtrace containing _all_ active threads by typing "thread apply all backtrace" in GDB? The backtrace here only shows one thread, and often it's the case with bugs like these that we're simply making GTK+ calls from the _wrong_ thread. So we need to see them all. Thanks!
I notice the Ubuntu bug includes a trace showing all the threads, but debugging symbols are missing for Evolution. So what we need to see is a trace that includes both: all the threads and all the debugging symbols.
closing the bug since the submitter didn't reply to the comment