You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: