Re: [PATCH] Cygwin: pty: Fix race condition in initialization of pseudo console.

2020-10-26 Thread Corinna Vinschen
On Oct 26 17:29, Takashi Yano via Cygwin-patches wrote: > - If output of non-cygwin process is piped to cygwin process, such > as less, the non-cygwin process sometimes fails to start and hangs. > This patch fixes the issue. > --- > winsup/cygwin/fhandler_tty.cc | 9 - > 1 file changed

[PATCH] Cygwin: pty: Fix race condition in initialization of pseudo console.

2020-10-26 Thread Takashi Yano via Cygwin-patches
- If output of non-cygwin process is piped to cygwin process, such as less, the non-cygwin process sometimes fails to start and hangs. This patch fixes the issue. --- winsup/cygwin/fhandler_tty.cc | 9 - 1 file changed, 9 deletions(-) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsu