Opened 6 years ago
Closed 6 years ago
#258 closed defect (fixed)
segfault
| Reported by: | richardn@… | Owned by: | perry |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | tools | Version: | |
| Keywords: | Cc: |
Description
Tracesplit shouldn't segfault if it can't write out a format
tracesplit -c 100 -m 1 legacypos:IPLS-KSCY-20020814-092000-0.pcap.gz legacypos:abilene.short.gz
legacypos:abilene.short.gz(abilene.short.gz): Format does not support writing (legacypos)
Segmentation fault (core dumped)
I haven't checked if the other tools do this.
Change History (2)
comment:1 Changed 6 years ago by perry
comment:2 Changed 6 years ago by perry
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in #1273, #1274. If the output trace failed to create properly it could cause segfaults when it was cleaned up.