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 206795 - crash in etsm_selected_count
crash in etsm_selected_count
Status: RESOLVED FIXED
Product: GAL
Classification: Deprecated
Component: ETree
unspecified
Other All
: Normal blocker
: ---
Assigned To: Chris Lahey
Chris Lahey
Depends on:
Blocks: 200215 201337
 
 
Reported: 2001-08-08 18:44 UTC by Peter Williams
Modified: 2001-08-18 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Williams 2001-08-08 18:44:21 UTC
This is when the selection is cleared, I think? I had some messages
selected, I deleted them, and then I expunged, causing the crash

(gdb) bt
  • #0 etmm_get_next
    at ../../../../cvs/gal/gal/e-table/e-tree-memory.c line 231
  • #1 e_tree_model_node_get_next
    at ../../../../cvs/gal/gal/e-table/e-tree-model.c line 391
  • #2 etsm_selected_count_recurse
    at ../../../../cvs/gal/gal/e-table/e-tree-selection-model.c line 837
  • #3 etsm_selected_count
    at ../../../../cvs/gal/gal/e-table/e-tree-selection-model.c line 859
  • #4 e_selection_model_selected_count
    at ../../../../cvs/gal/gal/widgets/e-selection-model.c line 254
  • #5 selection_changed
    at ../../../cvs/evolution/mail/mail-folder-cache.c line 443
  • #6 gtk_marshal_NONE__NONE
    at gtkmarshal.c line 312
  • #7 gtk_handlers_run
    at gtksignal.c line 1917
  • #8 gtk_signal_real_emit
    at gtksignal.c line 1477
  • #9 gtk_signal_emit
    at gtksignal.c line 552
  • #10 e_selection_model_selection_changed
    at ../../../../cvs/gal/gal/widgets/e-selection-model.c line 588
  • #11 etsm_sorted_node_changed
    at ../../../../cvs/gal/gal/e-table/e-tree-selection-model.c line 432
  • #12 gtk_marshal_NONE__POINTER
    at gtkmarshal.c line 193
  • #13 gtk_handlers_run
    at gtksignal.c line 1917
  • #14 gtk_signal_real_emit
    at gtksignal.c line 1477
  • #15 gtk_signal_emit
    at gtksignal.c line 552
  • #16 e_tree_model_node_changed
    at ../../../../cvs/gal/gal/e-table/e-tree-model.c line 192
  • #1 e_tree_model_node_get_next
    at ../../../../cvs/gal/gal/e-table/e-tree-model.c line 391
  • #2 etsm_selected_count_recurse
    at ../../../../cvs/gal/gal/e-table/e-tree-selection-model.c line 837

Comment 1 Chris Lahey 2001-08-14 15:13:56 UTC
Fixed in CVS.
Comment 2 Luis Villa 2001-08-18 15:57:29 UTC
*** bug 207438 has been marked as a duplicate of this bug. ***