Wireshark-bugs: [Wireshark-bugs] [Bug 10517] Wireshark Segmentation fault

Date: Thu, 02 Oct 2014 13:16:59 +0000

Comment # 2 on bug 10517 from
Here is what I got:

raivo@zkab ~ $ printf "bt full\nq\n" | gdb /usr/bin/wireshark
/var/crash/1000/19320-1000-1000-11-1412255622-zka-bin-wireshark.core
GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/wireshark...(no debugging symbols found)...done.
[New LWP 19320]
[New LWP 19342]
[New LWP 19321]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `wireshark'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f90b23668a4 in g_strlcpy () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) #0  0x00007f90b23668a4 in g_strlcpy () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#1  0x00007f90aeef2597 in col_add_lstr () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#2  0x00007f90af609601 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#3  0x00007f90aef01724 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#4  0x00007f90aef02055 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#5  0x00007f90aef0270c in dissector_try_uint_new () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#6  0x00007f90af2d52cb in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#7  0x00007f90aef01724 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#8  0x00007f90aef02055 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#9  0x00007f90aef0270c in dissector_try_uint_new () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#10 0x00007f90aef02761 in dissector_try_uint () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#11 0x00007f90af1ad442 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#12 0x00007f90aef0175f in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#13 0x00007f90aef02055 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#14 0x00007f90aef03cb2 in call_dissector_with_data () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#15 0x00007f90af5822d0 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#16 0x00007f90aef01724 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#17 0x00007f90aef02055 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#18 0x00007f90aef0270c in dissector_try_uint_new () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#19 0x00007f90aef02761 in dissector_try_uint () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#20 0x00007f90af1e15ec in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#21 0x00007f90aef01724 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#22 0x00007f90aef02055 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#23 0x00007f90aef03cb2 in call_dissector_with_data () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#24 0x00007f90aef040c0 in ?? () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#25 0x00007f90aeef7451 in epan_dissect_run () from
/usr/lib/x86_64-linux-gnu/libwireshark.so.5
No symbol table info available.
#26 0x00000000004f359d in _start ()
No symbol table info available.
(gdb) raivo@zkab ~ $


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