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
It looks like if deinit wasn't called for pesudoterminal in time the
master won't be closed and OS would assign slave fd to new pipe (because it was already closed)
and that turns out to be a bad file descriptor somehow...
Closing explicitly fixes the issue.
- <rdar://problem/28411803> POSIX.popen() sometimes breaks the build
- https://bugs.swift.org/browse/SR-2703
0 commit comments