| Bug ID |
9258
|
| Summary |
Tshark generates core dump
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
1.10.1
|
| Hardware |
x86-64
|
| OS |
Windows 7
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
TShark
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
Happens in both of version for user and developer ; both of Windows and Linux.
--
- Tshark always generates core dump if using both of 2 options: "-P" and "-w".
- For example: tshark -i 5 -P -w /tmp/oh.pcap -b filesize:1 -b files:5.
- Even we increase the filesize: 65535, maybe it takes more time but the
problem still happens.
- The error message:
"tshark: The file "/tmp/oh_00035_20131009165554.pcap" doesn't exist.
Segmentation fault (core dumped)".
- Possible reason: the current file which was dissecting was deleted, so I
think maybe because the speed of dissector is less than the speed of dumpcap.
You are receiving this mail because:
- You are watching all bug changes.