Wireshark-bugs: [Wireshark-bugs] [Bug 10651] TShark crashes when running with PDML on a specific

Date: Sat, 01 Nov 2014 21:01:11 +0000

changed bug 10651


What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 1 on bug 10651 from
Not present in master.

In 1.12 master, it crashes during output (not during dissection) on the very
first frame. The last few lines of output (after the ethernet protocol is
finished) are:

  <proto name="fcoe" showname="FCoE pre-T11 (SOFf/none) 2364 bytes" size="2"
pos="14">
    <field name="fcoe.ver" showname="Version: 1" size="1" pos="14" show="1"
value="65"/>
    <field name="fcoe.len" showname="Frame length: 2364" size="2" pos="14"
show="2364" value="6508"/>
    <field name="fcoe.sof" showname="SOF: SOFf (0x28)" size="1" pos="15"
show="40" value="08"/>
Unhandled exception (group=1, code=2)
    <field name="" show="CRC: [missing]" size="0" pos="2380" value="

And the stack trace is rather unenlightening:

#0  0x00007ffff21d4d27 in __GI_raise (sig=sig@entry=6)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x00007ffff21d6418 in __GI_abort () at abort.c:89
#2  0x00007ffff48fbaea in unhandled_catcher (except=<optimized out>) at
except.c:227
#3  0x00007ffff48fbdbf in do_throw (except=0x7fffffffdf70) at except.c:212
#4  0x00007ffff48fbe63 in except_rethrow (except=<optimized out>) at
except.c:271
#5  0x000000000040c4d0 in main (argc=1, argv=0x7fffffffdf70) at tshark.c:2111


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