Closed marcinguy closed 2 years ago
Exits with exit() you mean?
@andreafioraldi I think the child exited and fuzzer hanged somewhere here:
Between line 415 and 448
Anyhow, adjusting the timeout to 5s in ASAN Fuzzer solved the issue.
Setup:
50 NONASAN timeout 1,2 secs 1 ASAN timeout 5 secs
Seem to run stable now. Will see. All green CPU
Hi
Seems like the launcher does not restart fuzzer upon it possibly exists. Noticed it in NOASAN fuzzer and ASAN fuzzer config.
Fuzzer would just die. Did not catch the error in NONASAN
NONASAN config:
But in ASAN I manged to catch it.
It stopped simply on
Timeout in fuzz run.
The process is still there, but seem not to fuzz on. Load on the core/fuzzer is 0%
It was a process (without Broker) of one ASAN fuzzer client.
ASAN Config
Any ideas?