Re: [PATCH v2] Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.

2022-02-28 Thread Corinna Vinschen
On Feb 28 18:32, Takashi Yano wrote: > On Mon, 28 Feb 2022 10:21:32 +0100 > Corinna Vinschen wrote: > > Hi Takashi, > > > > On Feb 27 09:46, Takashi Yano wrote: > > > - The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app > > > exits by Ctrl-C." did not fix enough the issue. If a

Re: [PATCH v2] Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.

2022-02-28 Thread Takashi Yano
On Mon, 28 Feb 2022 10:21:32 +0100 Corinna Vinschen wrote: > Hi Takashi, > > On Feb 27 09:46, Takashi Yano wrote: > > - The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app > > exits by Ctrl-C." did not fix enough the issue. If a non-cygwin app > > is reading the console, it wil

Re: [PATCH v2] Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.

2022-02-28 Thread Corinna Vinschen
Hi Takashi, On Feb 27 09:46, Takashi Yano wrote: > - The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app > exits by Ctrl-C." did not fix enough the issue. If a non-cygwin app > is reading the console, it will not return STATUS_CONTROL_C_EXIT > even if it is terminated by Ctrl

[PATCH v2] Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.

2022-02-26 Thread Takashi Yano
- The recent commit "Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C." did not fix enough the issue. If a non-cygwin app is reading the console, it will not return STATUS_CONTROL_C_EXIT even if it is terminated by Ctrl-C. As a result, the previous patch does not take effect