Bill Meier wrote:
> --> [How does one get access to the two copied files from
> --> the failure ?]
> --> From the log:
>
> /var/lib/buildbot/menagerie/sample:
> /home/buildbot/bb-wireshark/trunk/ubuntu710x86/build/tools/fuzz-test.sh:
> line 119: 16642 Segmentation fault (core dumped) "$TSHARK"
> $TSHARK_ARGS $TMP_DIR/$TMP_FILE > /dev/null 2> $TMP_DIR/$ERR_FILE
>
> ERROR
> Processing failed. Capture info follows:
>
> Output file:
> /home/buildbot/bb-wireshark/trunk/ubuntu710x86/menagerie-fuzz/fuzz-2008-06-26-25238.pcap
> fuzz-2008-06-26-25238.err
> 0 100% 0.00kB/s 0:00:00 (xfer#1, to-check=1/2)
> fuzz-2008-06-26-25238.pcap
> 5759 100% 0.00kB/s 0:00:00
> 5759 100% 0.00kB/s 0:00:00 (xfer#2, to-check=0/2)
A script on the server is supposed to catch the fuzz captures and add them to a
ticket on Bugzilla. However, a couple of recent changes (moving to SSL in
particular) kept it from working. It should be fixed in a bit.