-
Notifications
You must be signed in to change notification settings - Fork 31
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
Frequent and inconsistent "Unable to communicate with fork server (OOM?)" #11
Comments
Can you try running afl-fuzz with the timeout parameter? For example: -t 5000 (this will set the execution timeout to five seconds). By default, afl-fuzz automatically calculates the timeout based on the previous runs, but that doesn't play really well with SharpFuzz. |
Thank you! that seems to have worked! Did I miss that info in the docs? Or maybe we could add that somewhere? |
You didn't miss it - I'll add it to the docs! |
Fixed in 608faf9. |
I'm seeing this error quite often with the Jil example:
I'm using AFL 2.56b, With dotnet 3.0. My csproj-file contains this:
I've checked the
.cur_input
file, but when I add it to the testcases for the next run, it does not lead to a crash, so I'm guessing there is an other issue. In addition, when monitoring the memory usage there does not seem to be happening out of the ordinary: the process simply dies (disappears fromtop
)Can you help me investigate?
The text was updated successfully, but these errors were encountered: