After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 253521 - Looks like something is mixing tree iters
Looks like something is mixing tree iters
Status: RESOLVED NOTABUG
Product: evolution
Classification: Applications
Component: Mailer
unspecified
Other All
: Normal major
: ---
Assigned To: Jeffrey Stedfast
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2004-01-29 07:10 UTC by Mariano Suárez-Alvarez
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mariano Suárez-Alvarez 2004-01-29 07:10:46 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
  • #0 do_expand_collapse
    at gtktreeview.c line 9697
  • #1 expand_collapse_timeout
    at gtktreeview.c line 9676
  • #2 g_timeout_dispatch
    at gmain.c line 3125
  • #3 g_main_dispatch
    at gmain.c line 1752
  • #4 g_main_context_dispatch
    at gmain.c line 2300
  • #5 g_main_context_iterate
    at gmain.c line 2381
  • #6 g_main_loop_run
    at gmain.c line 2601
  • #7 bonobo_main
    at bonobo-main.c line 297
  • #8 main
    at main.c line 647

Comment 1 Jeffrey Stedfast 2004-01-29 18:00:17 UTC
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