Comment # 14
on bug 10476
from Pascal Quantin
(In reply to Bill Meier from comment #13)
> FWIW: I don't get a crash for either file with 'tshark - Vr ...' with
> Wireshark-1.12.0 or with the current 1.12 master on win7 32 bits.
>
> So: as Evan suggested: something to do with prefs ?
>
> Pascal: Do you get a crash if you use 'tshark -C Default ...'
>
> (I think '-C Default' uses the 'out of the box' defaults)
Yes it still crashes (top of master-1.12 branch complied in 32bits with
MSVC2010).
According to the debugger, it crashes in the ENDTRY macro located at line 2111
in tshark.c.
The top pointer retrieved in except_pop() function seems invalid, leading to a
crash when calling the set_top funtion.
Alex, do you get the crash after dissection of frame 412 also?
You are receiving this mail because:
- You are watching all bug changes.