Re: Thread error using named pipe / FIFO on latest version of cygwin

2005-06-07 Thread Christopher Faylor
On Tue, Jun 07, 2005 at 11:22:21AM +0100, Allan Wilkins wrote: >Open two cygwin bash shells. In the first enter: > > $ mkfifo TEST > $ echo "Hello World" >TEST > >In the second enter: > > $ while read line > > do > > echo $line > > done >The following error will then be displayed: > > C:\cy

RE: Thread error using named pipe / FIFO on latest version of cygwin

2005-06-07 Thread Dave Korn
Original Message >From: Allan Wilkins >Sent: 07 June 2005 11:22 > I am receiving the following error whilst using a FIFO > on the latest versions of cygwin: > > C:\cygwin\bin\bash.exe (2056): *** WFMO failed > waiting for cygthread '(null)' > > To reproduce the problem: > > Open t