Re: [PATCH] setup_pseudoconsole(): handle missing/incorrect helper gracefully

2020-05-04 Thread Corinna Vinschen
On May 2 15:03, Johannes Schindelin wrote: > When `cygwin-console-helper.exe` is either missing, or corresponds to a > different Cygwin runtime, we currently wait forever while setting up > access to the pseudo console, even long after the process is gone that > was supposed to signal that it set

[PATCH] setup_pseudoconsole(): handle missing/incorrect helper gracefully

2020-05-02 Thread Johannes Schindelin
When `cygwin-console-helper.exe` is either missing, or corresponds to a different Cygwin runtime, we currently wait forever while setting up access to the pseudo console, even long after the process is gone that was supposed to signal that it set up access to the pseudo console. Let's handle that