-
Notifications
You must be signed in to change notification settings - Fork 25
Teku fuzzing does not work #38
Comments
Look like a default timeout issue, I just published a fix 1b5cfd9 Please, do the following:
Let me know if it is not working. |
Can you give me more info about your specs? because I suppose the fuzzer is not "running fast enough". Teku fuzzing is really slow for now because it is running inside the JVM... |
Yep, Teku's fuzzers are the slowest we have. Here's @JustinDrake 's laptop specs:
|
Hey @JustinDrake - we're pretty sure this is a timeout related issue, most likely due to the slowness of Teku's fuzzer. I've created a dedicated branch that should hopefully address this problem. Could you please follow these steps (from the
Let us know if this fixes the problem for you. Cheers! |
Nope, still not working :) I performed all the steps above.
|
Interesting, you seem to be the only person with this issue (we confirmed with other MacOS users that they're able to run this fuzzer). After |
Nope, it does not. It fails immediately after this message. |
I'm on the correct branch and I did recompile teku as above:
|
Ok, turns out an environment variable used within AFL might be overriding the timeout value. We just (hopefully) fixed this in the latest commit on Please follow these steps, assuming you're on the
If this doesn't work, we'll have to investigate further. |
A little birdy suggested I do the following:
The second command is not working:
The text was updated successfully, but these errors were encountered: