You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Closes#2520.
After investigation the underlying cause here is that the process is getting killed due to timeout, but we don't report the timeout or produce an error. Modify the coverage code so that it fails if timeout is hit.
ghost
locked as resolved and limited conversation to collaborators
Nov 17, 2022
I noticed while trying to repro #1781 locally that sometimes the recording would not work properly:
Commandline:
$ RUST_LOG=trace cargo run --example coverage -- /workspaces/onefuzz/src/integration-tests/libfuzzer/fuzz.exe @@ --inputs /workspaces/onefuzz/src/integration-tests/libfuzzer/input.txt
Coverage as expected:
Coverage not as expected:
In the latter case it only receives "module load" events for
fuzz.exe
&ld
. It seems thatpete
/Ptracer
is missing some events?Traces:
AB#41811543
The text was updated successfully, but these errors were encountered: