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 125020 - hang when changing sort oder
hang when changing sort oder
Status: RESOLVED DUPLICATE of bug 111286
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Pawel Salek
Pawel Salek
Depends on:
Blocks:
 
 
Reported: 2003-10-20 10:56 UTC by Ivo Hofacker
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ivo Hofacker 2003-10-20 10:56:44 UTC
balsa 2.0.15 and earlier 2.x versions hang reproducibly when changing the
sort order while a message in a thread is selected. 
I'm using the pre-compiled redhat 9 rpm from http://balsa.gnome.org

To reproduce:
1. Select the second (or later) message of a thread in the message index.
2. Change sort order by clicking e.g. on the size tab

Result: program hangs and has to be killed manually.

The hang only happens if a threaded message is selected and not all threads
are expanded (i.e. at least one thread must be collapsed). 

Attaching gdb to the hung precess gives the following traceback:
  • #0 ??
  • #1 pthread_mutex_lock
    from /lib/tls/libc.so.6
  • #2 gtk_tree_view_expand_all
    from /usr/lib/libgtk-x11-2.0.so.0
  • #3 _gtk_tree_view_child_move_resize
    from /usr/lib/libgtk-x11-2.0.so.0
  • #4 _gtk_tree_view_child_move_resize
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 _gtk_marshal_VOID__BOXED_BOXED_POINTER
    from /usr/lib/libgtk-x11-2.0.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #10 gtk_tree_model_rows_reordered
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 gtk_tree_store_move_after
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 gtk_tree_store_move_after
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_tree_sortable_set_sort_column_id
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_tree_view_column_get_type
    from /usr/lib/libgtk-x11-2.0.so.0

Comment 1 Pawel Salek 2003-11-06 08:07:59 UTC
I think this was diagnosed to be a gtk2 bug... number 111286.

*** This bug has been marked as a duplicate of 111286 ***