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
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
2 matches
Mail list logo