-
Notifications
You must be signed in to change notification settings - Fork 522
Segmentation fault /opt/xplico/bin/trigcap #1045
Comments
Hi @bugcrash , Are you trying to report an issue within Xplico itself? If so, please submit it to the Xplico developers directly. Per the Xplico wiki: "Don't hesitate to report bugs to bug[@]xplico.org and/or use the forum." Thanks! |
@dougburks |
I've submitted this to [email protected] on your behalf. |
No response yet from [email protected], so I've also posted this to: |
Still no response from [email protected] or http://forum.xplico.org/viewtopic.php?f=4&t=572, so I've emailed Gianluca Costa personally. |
Fixed: xplico/xplico@f9ecb24 |
@gnlcosta |
Ooops. |
bugcrash@seconion:/opt/xplico/bin$ /opt/xplico/bin/trigcap
trigcap v1.1.0
Part of Xplico Internet Traffic Decoder (NFAT).
See http://www.xplico.org for more information.
Copyright 2007-2011 Gianluca Costa & Andrea de Franceschi and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
usage: /opt/xplico/bin/trigcap [-v] -f <input_file> -t -b -a -o <output_file> [-h]
-v version
-f input pcap file
-t trigger packet number
-b packet numbers before trigger packet
-a packet numbers after trigger packet
-o output pcap file
-h this help
bugcrash@seconion:/opt/xplico/bin$ gdb -q /opt/xplico/bin/trigcap
Reading symbols from /opt/xplico/bin/trigcap...(no debugging symbols found)...done.
(gdb) r -f
ruby -e 'puts "A" * 9024'
Starting program: /opt/xplico/bin/trigcap -f
ruby -e 'puts "A" * 9024'
trigcap v1.1.0
Part of Xplico Internet Traffic Decoder (NFAT).
See http://www.xplico.org for more information.
Copyright 2007-2011 Gianluca Costa & Andrea de Franceschi and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7822943 in _IO_vfprintf_internal (s=, format=,
ap=ap@entry=0x7fffffffb7b8) at vfprintf.c:1661
1661 vfprintf.c: No such file or directory.
(gdb) info reg rdi
rdi 0x4141414141414141 4702111234474983745
(gdb)
The text was updated successfully, but these errors were encountered: