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

Re: [PATCH 3/3] Remove recursive configure for cygwin

2020-10-26 Thread Corinna Vinschen
On Oct 23 21:12, Jon Turney wrote: > On 23/10/2020 10:36, Corinna Vinschen wrote: > > > > > > > > > > Does creating a new subdir called libcygserver just to build the lib > > > > > clean up things, perhaps? > > > > > > > > I did experiment with something like that, but I'm not sure if it makes >

[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