Open MyinIt-0 opened 4 months ago
Did your issue get resolved? I would like to know how you managed to get afl-fuzz running. Mine also keeps exiting, and the reason is that exec_ms is 0.
when using gh3fuzz, one error occurs:
After detailed analysis, the main reason is zombie process.
The parent process of these process is /bin/sh of docker. Because of the zombie process, AFL++ will exit after running little time. Is there any sulotion for this issue?
Thank you! Did your issue get resolved? I would like to know how you managed to get afl-fuzz running. Mine also keeps exiting, and the reason is that exec_ms is 0.
when using gh3fuzz, one error occurs:
After detailed analysis, the main reason is zombie process.
The parent process of these process is /bin/sh of docker. Because of the zombie process, AFL++ will exit after running little time. Is there any sulotion for this issue?
Thank you!