rohanpadhye / JQF

JQF + Zest: Coverage-guided semantic fuzzing for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jqf-afl Timeout while initializing fork server

xxwxxwen opened this issue · comments

commented

Dear author,when I run jqf-afl PngTest example in ubuntu 20.04,with jdk 12.0.1,maven 3.8.3,I couldn't get AFL status screen successfully.I followed as mentioned in [JQF + AFL Pilot Error]#85. I met the similar situation. I tried running on a different machine,but it could still not work.Is it possible that it is not because of the problem of the machine?
3
I had also tried as "Can't run "Fuzzing with AFL" example (MacOS) #39",but still failed.
Could you offer any other jqf-afl test examples except PngTest can be tried? Thank you very much! Please forgive my poor English.Thank you very much!

Sorry, I'm not sure what else to suggest other than looking at past issues with a similar message (thanks for doing that). If you can debug this and find an exception or other issue, let me know.

The most actively maintained engine in JQF is the Zest engine, and the Maven fuzzing plugin. Perhaps you can use mvn jqf:fuzz instead of the AFL bridge?