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
When running on a system with a very high file descriptor limit, the library will take extreme amounts of time to initialize a new PTY properly. The culprit appears to be the following block of code:
When running on a system with a very high file descriptor limit, the library will take extreme amounts of time to initialize a new PTY properly. The culprit appears to be the following block of code:
pty4j/native/exec_pty.c
Lines 125 to 131 in 7bcaeb6
A better solution on machines with the
/proc
filesystem available would be to perhaps try only closing file descriptors that are actually open?The text was updated successfully, but these errors were encountered: