-
Notifications
You must be signed in to change notification settings - Fork 10
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
issue with afl-fuzz cpu detection? #3
Comments
Do you still see this if you don't set Failure to launch any |
Just a short note: I have done more tests and I now believe that the issue is not There may be improvements to be done on the (Re. AFL_SKIP_CPUFREQ. After first experimenting with the |
Thanks for the update! I have patches for the other problem (caused by me stupidly using |
I seem to fail to use
ocaml-bun
on my machine due a problem that may be a configuration problem on my end, but that maybe has been seen before by previousocaml-bun
users who may know what to do.If I run
afl-gotcpu
, I am told that all my cores are available. But then I doand I observe the following:
If I don't pass
-v -v
, then I just wait for a minute to learn that each instance did 0 computation per second.It looks like there is something wrong with the way spawning multiple afl-fuzz instances interacts with running then. On the other hand, I did manually run multiple
-S
invokations of afl-fuzz in parallel and it worked fine. Have you seen such a problem before?The text was updated successfully, but these errors were encountered: