-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get libfuzzer_libpng_launcher
to work
#1051
Comments
I would assume the clients crash immediately, probably they can't read from the corpus dir. Try rerunning your fuzzer with |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everything seems to build successfully, but when I run
./fuzzer_libpng --cores 0-3
, this is what I see:In particular, executions never gets above 0. Also, cores 0-3 don't spike, as I would expect them to.
Any idea what I might be doing wrong?
I am using commit b7a0b82, LLVM 15.0.6, rustc 1.67.0 (fc594f156 2023-01-24), and Ubuntu 22.10.
(I opened a similar issue on cargo-libafl a few days ago. So I hope this issue does not seem impatient.)
The text was updated successfully, but these errors were encountered: