Please install wireshark-dbg and run "ulimit -c unlimited" before
reproducing the issue. This will generate a core file which you can
analyze with gdb.
Please attach the stack trace to see what is crashing.

I ran a quick test on my computer and tshark ran fine.

Cheers,
Balint

Thank you Balint, it seems it is liblua;

the back trace shows this:

Core was generated by `tshark -c 1 -i eth0 -f host 200.232.120.2'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f3819446480 in lua_close () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
(gdb) bt
#0 0x00007f3819446480 in lua_close () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0 #1 0x00007f381d05ab60 in wslua_cleanup () at /build/wireshark-fAHyh_/wireshark-1.12.1+g01b65bf/epan/wslua/init_wslua.c:877 #2 0x00007f381cfcd002 in epan_cleanup () at /build/wireshark-fAHyh_/wireshark-1.12.1+g01b65bf/epan/epan.c:142 #3 0x000000000040b99c in main (argc=-1756995824, argv=0x0) at /build/wireshark-fAHyh_/wireshark-1.12.1+g01b65bf/tshark.c:2232

I then installed liblua5.2-0-dbg but only got this far (I don't know what to I need to get beyond the lstate.c):

Core was generated by `tshark -c 1 -i eth0 -f host 200.232.120.2'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  lua_close (L=0x0) at lstate.c:318
318     lstate.c: No such file or directory.
(gdb) bt
#0  lua_close (L=0x0) at lstate.c:318
#1 0x00007f697b3d5b60 in wslua_cleanup () at /build/wireshark-fAHyh_/wireshark-1.12.1+g01b65bf/epan/wslua/init_wslua.c:877 #2 0x00007f697b348002 in epan_cleanup () at /build/wireshark-fAHyh_/wireshark-1.12.1+g01b65bf/epan/epan.c:142 #3 0x000000000040b99c in main (argc=572523360, argv=0x0) at /build/wireshark-fAHyh_/wireshark-1.12.1+g01b65bf/tshark.c:2232

Please let me know if you need any more information or tests.

Best regards,

Joao


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to