GNOME Bugzilla – Bug 253521
Looks like something is mixing tree iters
Last modified: 2013-09-10 14:03:17 UTC
Using HEAD as of today, I run evolution and get this: (evolution-1.5:22398): Gtk-CRITICAL **: file gtkliststore.c: line 536 (gtk_list_store_get_path): assertion `iter->stamp == GTK_LIST_STORE (tree_model)->stamp' failed Program received signal SIGSEGV, Segmentation fault. do_expand_collapse (tree_view=0x81b4f88) at gtktreeview.c:9697 9697 if (node->children == NULL) (gdb) bt
+ Trace 43599
there's no evolution symbols in that trace which suggests to me that this is actually a gtk bug. or else there is memory corruption somewhere. either way this report isn't useful to evo mail devs