GNOME Bugzilla – Bug 684715
Segmentation fault in libgtk-3.so.0 when setting Address Book properties
Last modified: 2015-08-13 10:12:22 UTC
I am using Evolution 3.2.3-0ubuntu6 with evolution_exchange 3.2.1-2ubuntu3 on Xubuntu 12.4. Here is the output of gdb after the crash: ------------------------------------------------- [Thread 0x7fffc0c35700 (LWP 5808) exited] (evolution:5755): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (evolution:5755): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. [Thread 0x7fffb35de700 (LWP 5807) exited] [New Thread 0x7fffb35de700 (LWP 5826)] [Thread 0x7fffb35de700 (LWP 5826) exited] (evolution:5755): Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion `GTK_IS_TREE_SELECTION (selection)' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6a00ea0 in gtk_tree_model_get () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 -------------------------------------------------- Backtrace:
+ Trace 230898
Could you also install debug packages for gtk3 and glib2? Is this always reproducible? What are the exact steps? Just right-clicking on an addressbook and choosing "Properties"? Also, unlikely that this will get fixed as Evolution-Exchange package is getting deprecated in favor of evolution-ews, and 3.2 is rather old nowadays...
Yes this is always reproducible. * Switch to "Kontakte" View * Right click on OWA - Kontakte * Select "Eigenschaften" * In "Adressbucheigenschaften" Klick on "Anwenden" * Crash Attached the gdb output with gtk3 and glib2 symbols installed. ----------------------------------------------------- (evolution:21508): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (evolution:21508): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (evolution:21508): Gtk-CRITICAL **: gtk_tree_selection_get_selected: assertion `GTK_IS_TREE_SELECTION (selection)' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6a00ea0 in gtk_tree_model_get (tree_model=0x11451a0, iter=0x7fffffff9090) at /build/buildd/gtk+3.0-3.4.2/./gtk/gtktreemodel.c:1724 1724 /build/buildd/gtk+3.0-3.4.2/./gtk/gtktreemodel.c: Datei oder Verzeichnis nicht gefunden. -------------------------------------------------
+ Trace 230904
Most likely a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=679291
(In reply to Christophe Fergeau from comment #3) > Most likely a duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=679291 I agree. *** This bug has been marked as a duplicate of bug 679291 ***