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

Zombie processes #111

Closed
bkreider opened this issue Feb 19, 2014 · 1 comment
Closed

Zombie processes #111

bkreider opened this issue Feb 19, 2014 · 1 comment

Comments

@bkreider
Copy link

I'm noticing defunct zombie processes when terminals are killed (on linux). Have I misconfigured something or is ttyjs not reaping children or handling SIGCHLD? I believe one fix is to set the handler to SIG_IGN. Is that something I can do in node, or does it need to be fixed in the pty.cc code? Thanks!

@chjj
Copy link
Owner

chjj commented Feb 21, 2014

This technically a problem with pty.js. See: chjj/pty.js#37 and chjj/pty.js#58

@chjj chjj closed this as completed Feb 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants