This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 <TEST
>
>The following error will then be displayed:
>
>  C:\cygwin\bin\bash.exe (2056): *** WFMO failed waiting for cygthread '(null)'

This should be fixed in the next snapshot.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]