google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 269 forks source link

Bug: Race condition between "builder" and "builder-debug" image building #1910

Open agudallago opened 1 year ago

agudallago commented 1 year ago

That causes a whole chain of issues: 1) Runners don't find target binaries. 2) Runners generate an empty corpus 3) Measurers pick up an empty corpus 4) Measurers try to run coverage with empty corpus. 5) "Coverage run failed" errors

Depending on the fuzzer+benchmark being built the issue may be more or less frequent.