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'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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: