https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4306
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-06-09 10:10:03 PDT ---
I just reproduced this in the 1.2 trunk and got this backtrace:
#0 0x0000000000440539 in build_autocompletion_list (filter_te=0x1aa1000,
treeview=0x1ac0700, popup_win=0x1be78a0, protocol_name=0x1d08250 "",
protocols_only=1,
stop_propagation=0x0) at filter_autocomplete.c:626
#1 0x0000000000441490 in filter_autocomplete_handle_backspace () at
filter_autocomplete.c:806
#2 filter_string_te_key_pressed_cb (filter_te=0x1aa1000, event=0x1be1630) at
filter_autocomplete.c:575
#3 0x000000316d329a08 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#4 0x00000031a2a0b7dd in g_closure_invoke () from /lib64/libgobject-2.0.so.0
#5 0x00000031a2a214bd in ?? () from /lib64/libgobject-2.0.so.0
#6 0x00000031a2a229ea in g_signal_emit_valist () from
/lib64/libgobject-2.0.so.0
#7 0x00000031a2a23093 in g_signal_emit () from /lib64/libgobject-2.0.so.0
#8 0x000000316d42c7de in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#9 0x000000316d43e87b in gtk_window_propagate_key_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#10 0x000000316d44182b in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#11 0x000000316d329a08 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#12 0x00000031a2a0b7dd in g_closure_invoke () from /lib64/libgobject-2.0.so.0
#13 0x00000031a2a2119b in ?? () from /lib64/libgobject-2.0.so.0
#14 0x00000031a2a229ea in g_signal_emit_valist () from
/lib64/libgobject-2.0.so.0
#15 0x00000031a2a23093 in g_signal_emit () from /lib64/libgobject-2.0.so.0
#16 0x000000316d42c7de in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#17 0x000000316d32244d in gtk_propagate_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#18 0x000000316d323493 in gtk_main_do_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#19 0x000000316dc4debc in ?? () from /usr/lib64/libgdk-x11-2.0.so.0
#20 0x00000031a22377bb in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#21 0x00000031a223af8d in ?? () from /lib64/libglib-2.0.so.0
#22 0x00000031a223b4bd in g_main_loop_run () from /lib64/libglib-2.0.so.0
#23 0x000000316d3238a7 in gtk_main () from /usr/lib64/libgtk-x11-2.0.so.0
#24 0x000000000044951a in main (argc=0, argv=0x7fff4109db80) at main.c:2732
(this matches the backtrace at Redhat.)
Then I upgraded to the latest 1.2 trunk (that contains the fix for rev
33168/33171) and the problem is gone. Marking this as fixed.
(It will be fixed in 1.2.9 and 1.4.0 .)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.