Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate why we get zombie processes sometimes #37

Open
kjetilly opened this issue Apr 23, 2013 · 2 comments
Open

Investigate why we get zombie processes sometimes #37

kjetilly opened this issue Apr 23, 2013 · 2 comments
Assignees
Labels

Comments

@kjetilly
Copy link
Member

Is this an Ubuntu-bug? A apache bug? Where does it come from? Can we fix it? Seems to occur very spuriously.

@ghost ghost assigned kjetilly Apr 23, 2013
@kjetilly
Copy link
Member Author

Should probably investigate around trell_master wait and signal handling.

@kjetilly
Copy link
Member Author

Advice from Chris D. (from wikipedia): On modern UNIX-like systems (that comply with SUSv3 specification in this respect), the following special case applies: if the parent explicitly ignores SIGCHLD by setting its handler to SIG_IGN (rather than simply ignoring the signal by default) or has the SA_NOCLDWAIT flag set, all child exit status information will be discarded and no zombie processes will be left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant