Wireshark-bugs: [Wireshark-bugs] [Bug 8731] New: wireshark is crashing while attempting to use '
Date: Wed, 29 May 2013 08:39:06 +0000
Bug ID 8731
Summary wireshark is crashing while attempting to use 'SCTP' -> 'Prepare Filter for this Association'
Classification Unclassified
Product Wireshark
Version 1.8.7
Hardware x86-64
OS SuSE
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee bugzilla-admin@wireshark.org
Reporter cyliu@suse.com

Build Information:

--
Steps to reproduce:
1 download from 'Sample Captures' the camel.pcap file (sccp)
2 start wireshark and open the file
3 right-click on any packet and select 'SCTP' -> 'Prepare Filter for this
Association'

Backtrace:
Program received signal SIGSEGV, Segmentation fault.
sctp_set_filter (button=0x0, u_data=0x1db0720) at sctp_assoc_analyse.c:361
361        if (selected_stream->check_address==FALSE)
(gdb) bt
#0  sctp_set_filter (button=0x0, u_data=0x1db0720) at sctp_assoc_analyse.c:361
#1  0x00007ffff27e55fd in g_closure_invoke () from
/usr/lib64/libgobject-2.0.so.0
#2  0x00007ffff27faf4b in ?? () from /usr/lib64/libgobject-2.0.so.0
#3  0x00007ffff27fc4c2 in g_signal_emit_valist () from
/usr/lib64/libgobject-2.0.so.0
#4  0x00007ffff27fc9d3 in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#5  0x00007ffff3634033 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#6  0x00007ffff27e55fd in g_closure_invoke () from
/usr/lib64/libgobject-2.0.so.0
#7  0x00007ffff27fa85c in ?? () from /usr/lib64/libgobject-2.0.so.0
#8  0x00007ffff27fc4c2 in g_signal_emit_valist () from
/usr/lib64/libgobject-2.0.so.0
#9  0x00007ffff27fc9d3 in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#10 0x00007ffff380d960 in gtk_widget_activate () from
/usr/lib64/libgtk-x11-2.0.so.0
#11 0x00007ffff370bfad in gtk_menu_shell_activate_item () from
/usr/lib64/libgtk-x11-2.0.so.0
#12 0x00007ffff370d93b in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#13 0x00007ffff36fdfe8 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#14 0x00007ffff27e55fd in g_closure_invoke () from
/usr/lib64/libgobject-2.0.so.0
#15 0x00007ffff27fac38 in ?? () from /usr/lib64/libgobject-2.0.so.0
#16 0x00007ffff27fc358 in g_signal_emit_valist () from
/usr/lib64/libgobject-2.0.so.0
#17 0x00007ffff27fc9d3 in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#18 0x00007ffff380778e in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#19 0x00007ffff36f65a3 in gtk_propagate_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#20 0x00007ffff36f767b in gtk_main_do_event () from
/usr/lib64/libgtk-x11-2.0.so.0
#21 0x00007ffff3369a7c in ?? () from /usr/lib64/libgdk-x11-2.0.so.0
#22 0x00007ffff214560a in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#23 0x00007ffff2148e88 in ?? () from /usr/lib64/libglib-2.0.so.0
#24 0x00007ffff214935d in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#25 0x00007ffff36f7a77 in gtk_main () from /usr/lib64/libgtk-x11-2.0.so.0
#26 0x0000000000460367 in main (argc=0, argv=0x7fffffffdf90) at main.c:3169
(gdb)


You are receiving this mail because:
  • You are watching all bug changes.