Pascal Quantin
changed
bug 13184
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Ever confirmed |
|
1
|
Comment # 6
on bug 13184
from Pascal Quantin
The minidump seems sufficient.
We are still looping in the rescan_packet() function while the file has been
closed (cf->state == FILE_CLOSED).
Did you apply several filters and close Wireshark (or the capture file) soon
after? I was not able to reproduce the exact same crash on my Linux box today
but another similar one.
We should probably either break the loop if the file is closed during its
processing, or abort it somehow when closing the file (if this is really
asynchronous, I do not know well this code part).
You are receiving this mail because:
- You are watching all bug changes.