Re: Hanging cygwin processes in Windows Server 2019

2021-10-19 Thread Brian Inglis
On 2021-10-19 11:56, chris.hardison wrote: On Tuesday, October 19, 2021, 12:11:42 PM EDT, Brian Inglis wrote: On 2021-10-18 06:01, chris.hardison wrote: On Thursday, September 30, 2021, 01:26:37 PM EDT, chris.hardison wrote: My cygwin install looks good and things seem to work perfectly for s

Re: Hanging cygwin processes in Windows Server 2019

2021-10-19 Thread chris.hardison--- via Cygwin
Brian, Thanks for the feedback.  I came across stdbuf earlier today and thought for sure that was the answer but when I showed it to my co-worker he said he had already tied it with no luck, both with -i0 -e0 -o0 and with -oL. Actually, what is working is:`\\cygwin\\bin\\mintty.exe -w hide /bin/

Re: Hanging cygwin processes in Windows Server 2019

2021-10-19 Thread Brian Inglis
On 2021-10-18 06:01, chris.hardison wrote: On Thursday, September 30, 2021, 01:26:37 PM EDT, chris.hardison wrote: My cygwin install looks good and things seem to work perfectly for some time (hours or days), then a cygwin process started by a windows process that is usually a child process of

Re: Hanging cygwin processes in Windows Server 2019

2021-10-18 Thread chris.hardison--- via Cygwin
The problem seems to be that my cygwin processes that are always the child or grandchild of a windows service use a console device that is block buffered rather than character buffered.  So using mintty to start those processes forces character buffered which solves the problem.  I'm looking fo

Re: Hanging cygwin processes in Windows Server 2019

2021-10-01 Thread Takashi Yano via Cygwin
On Thu, 30 Sep 2021 17:22:25 + (UTC) "chris.hardison--- via Cygwin" wrote: > My cygwin install looks good and things seem to work perfectly for some time > (hours or days), then a cygwin process started by a windows process that is > usually a child process of a windows service written in per

Re: Hanging cygwin processes in Windows Server 2019

2021-10-01 Thread Ken Brown via Cygwin
On 9/30/2021 1:22 PM, chris.hardison--- via Cygwin wrote: My cygwin install looks good and things seem to work perfectly for some time (hours or days), then a cygwin process started by a windows process that is usually a child process of a windows service written in perl will hang and then mos

Hanging cygwin processes in Windows Server 2019

2021-09-30 Thread chris.hardison--- via Cygwin
My cygwin install looks good and things seem to work perfectly for some time (hours or days), then a cygwin process started by a windows process that is usually a child process of a windows service written in perl will hang and then most all other cygwin processes will hang or take a very long t