sefcom / greenhouse

Other
41 stars 3 forks source link

The issue about zombie process #5

Open MyinIt-0 opened 2 months ago

MyinIt-0 commented 2 months ago

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!

JohenanLi commented 1 month 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.

JohenanLi commented 1 month ago

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.