Cygwin 1.7.5 (2010-04-12) fails to do single line input and output on fifo pipe

2010-04-26 Thread will.dutt
in Cygwin 1.5 (1.5.25) this test script works, now in 1.7, its has stopped. the issue is running a file fifo pipe with output and input on the same line this is the error I get when I run my test script, this did work in the previous version (1.5.x). tee: read error: Communication error on sen

Re: CygWin-1.7.3-1 fails to provide pipe. (merge back into trunk please)

2010-04-21 Thread will.dutt
gt; $OUTPUT_PIPE 2>&1 echo "This is on standard out" echo "This is on standard err" >&2 exec 1>&3 3>&- 2>&4 4>&- wait $tpid rm $OUTPUT_PIPE #Read more: http://www.travishartwell.net/blog/2006/08/19_2220#ixzz0lDjWKVfj Larry Hall (Cy

Re: CygWin-1.7.3-1 fails to provide pipe. (merge back into trunk please)

2010-04-21 Thread will.dutt
when will this snapshot be incorporated back into cygwin, i also rely on fifo working and for my latest 1.7.x install i had to source this snapshot to get it working. http://cygwin.com/snapshots/cygwin1-20100406.dll.bz2 my purpose for fifo. http://www.travishartwell.net/blog/2006/08/19_2220#ixzz