Comment # 2
on bug 11596
from Guy Harris
(In reply to gerlof.fokkema from comment #0)
> Attached is a coredump on the most recent git version.
> Have some more coredumps, also on different versions of wireshark (for
> example 1.12.7).
A core dump is useful only if you have the same OS, the same version (so you
have the same version of shared libraries), and the same executable (and its
own shared libraries).
A stack trace from a debugger is more useful, as you can read it without having
a compatible environment - and it takes a lot less space as well.
You are receiving this mail because:
- You are watching all bug changes.