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
I searched the source code and I didn't see SIGCHLD being handled anywhere. This causes forked processes turning into zombies. Consider adding a SIGCHLD handler. It could be something like the following:
I saw that the situation is not as simple as I thought. I feel sorry for my ignorance. What about using the double forking technique to avoid zombies. Couldn't it be used to solve this bug?
I searched the source code and I didn't see SIGCHLD being handled anywhere. This causes forked processes turning into zombies. Consider adding a SIGCHLD handler. It could be something like the following:
The text was updated successfully, but these errors were encountered: