GNOME Bugzilla – Bug 640801
Crash gtk_tree_view_reset_header_styles at gtktreeview.c:11871
Last modified: 2011-02-03 19:41:10 UTC
evolution 2.91.6 gtk+ master glib master In express branch, File -> search folder Program received signal SIGSEGV, Segmentation fault. 0xb6e2e8d6 in _gtk_tree_view_reset_header_styles (tree_view=0x0) at gtktreeview.c:11871 11871 for (columns = tree_view->priv->columns; columns; columns = columns->next) (gdb) t a a bt full
+ Trace 225734
Thread 13 (Thread 0xaafffb70 (LWP 6081))
Thread 1 (Thread 0xb5fe5850 (LWP 6068))
This is a gtk+ issue, thus I'm moving it there. It's crashing when parsing the filters.ui file, namely part with GtkTreeViewColumn. It happens when there is some visual property changes, like "visible" in our case: <object class="GtkTreeViewColumn" id="column_enabled"> <property name="visible">False</property> <property name="title">Enabled</property> <child> <object class="GtkCellRendererToggle" id="cell_renderer_enabled"/> <attributes> <attribute name="active">2</attribute> </attributes> </child> ... If I comment out that <property name="visible">False</property> then it doesn't crash.
I did a workaround in evolution for this, as: Created commit cd43759 in evo master (2.91.90+)