Displaying 2 results from an estimated 2 matches for "errordata_stack_size".
2015 Sep 03
2
Fuzzing complex programs
...183f0df3ea25fcd30da80b27293e737
> Called with Data=0x60600000e480 size=64
> #6 NEW cov: 14311 bits: 271 units: 6 exec/s: 0 L: 64
> Written to /var/tmp/corpus/21e9212a20031de685b5b20d5d7752b17780303a
> Reload: read 0 new units.
> Called with Data=0x60600000e480 size=64
> PANIC: ERRORDATA_STACK_SIZE exceeded
> STATEMENT: select fuzz()
> LOG: server process (PID 8650) was terminated by signal 6: Aborted
> DETAIL: Failed process was running: select fuzz()
> PANIC: ERRORDATA_STACK_SIZE exceeded
> server closed the connection unexpectedly
> This probably means the server term...
2015 Sep 03
2
Fuzzing complex programs
Looks correct.
Can you post the output of libFuzzer here?
Something like
#0 READ cov: 0 bits: 0 units: 97701 exec/s: 0
#1 pulse cov: 732 bits: 0 units: 97701 exec/s: 0
#2 pulse cov: 737 bits: 0 units: 97701 exec/s: 1
#4 pulse cov: 858 bits: 0 units: 97701 exec/s: 2
#8 pulse cov: 880 bits: 0 units: 97701 exec/s: 4
On Thu, Sep 3, 2015 at 10:50 AM, Greg Stark