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 got a file descriptor leak on production. Traced to the process library. Basically, creating commutication pipe may fail, and in that case we leak already allocated pipes for stdin, stdout and strerr. The relevant code is here.