GNOME Bugzilla – Bug 204698
e_tree_selected_(row,node)_foreach segfaults if I remove a selected node in the ETreeForeachFunc
Last modified: 2002-09-03 19:47:30 UTC
I get a segfault when I remove a selected node in my ETreeForeachFunc ie. e_tree_selected_path_foreach (E_TREE (tree), remove_item, NULL); static void remove_item (ETreePath node, gpointer data) { e_tree_memory_node_remove (memory, node); } here is the backtrace: 0x406ed519 in __wait4 () from /lib/i686/libc.so.6
+ Trace 7213
This isn't a supported operation on ETable. I'm going to mark this as wishlist and later since I don't have time to fix this before evolution 1.0.
*** This bug has been marked as a duplicate of 216974 ***