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
The safelyCloseMultiple function assumes all 6 fds are unique, but the same underlying FileDescriptor could be wrapped in multiple IODescriptor instances.
Subprocess should detect such invalid input and produce an error if the same fd is given multiple times with closeAfterSpawningProcess set to true.