RE: CygWin-1.7.3-1 fails to provide pipe. (still)

2010-06-18 Thread Bill Ross
I've tried with both the latest release and the latest snapshot with the same results.  Is this still an issue? -Craig -Original Message- From: Bill Ross Sent: Friday, June 18, 2010 11:00 AM To: 'Craig Martek'; cygwin Subject: RE: CygWin-1.7.3-1 fails to provide pipe. (st

RE: CygWin-1.7.3-1 fails to provide pipe. (still)

2010-06-18 Thread Bill Ross
I tried these 2 orders of ops: $ mkfifo /tmp/p $ ls -l > /tmp/p Other$ cat /tmp/p [hangs] But $ mkfifo /tmp/p Other$ cat /tmp/p $ ls -l > /tmp/p[ls -l appears on other] Bill -Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Craig Mart

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

2010-05-19 Thread Jeremy Bopp
On 5/19/2010 1:04 PM, Gary wrote: > benczur writes: > >> Sorry for bringig up this thread again, but was this issue fixed in 1.7.5-1? >> >> When I do: >> $ mkfifo /tmp/pipe >> $ ls -l > /tmp/pipe >> cygwin hangs... and cannot be stopped by Ctrl-C. > > WFM (in the sense it responds to Ctrl-C). Th

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

2010-05-19 Thread Gary
benczur writes: > Sorry for bringig up this thread again, but was this issue fixed in 1.7.5-1? > > When I do: > $ mkfifo /tmp/pipe > $ ls -l > /tmp/pipe > cygwin hangs... and cannot be stopped by Ctrl-C. WFM (in the sense it responds to Ctrl-C). -- Gary Non-kook (allegedly) -- Problem reports:

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

2010-05-19 Thread benczur
Larry Hall (Cygwin) wrote: > > On 4/21/2010 8:42 PM, will.dutt wrote: >> Christopher Faylor-8 wrote: >>> On Tue, Apr 06, 2010 at 11:01:21AM -0400, Christopher Faylor wrote: On Tue, Apr 06, 2010 at 04:10:28PM +0100, Dave Korn wrote: $ mkfifo /tmp/fifo $ cat /tmp/fifo

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

2010-04-21 Thread will.dutt
my mistake, so i've done some more testing and found another bug to do with fifo, i thought this patch had corrected. i get this error from tee. tee: read error: Communication error on send at exec 3>&1 4>&2 tee $OUTPUT_LOG < $OUTPUT_PIPE >&3 & regards william d. p.s. Here is my test script

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

2010-04-21 Thread Larry Hall (Cygwin)
On 4/21/2010 8:42 PM, will.dutt wrote: Christopher Faylor-8 wrote: On Tue, Apr 06, 2010 at 11:01:21AM -0400, Christopher Faylor wrote: On Tue, Apr 06, 2010 at 04:10:28PM +0100, Dave Korn wrote: On 06/04/2010 15:15, Christopher Faylor wrote: On Tue, Apr 06, 2010 at 07:55:19AM -0400, George Bar

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

Re: CygWin-1.7.3-1 fails to provide pipe.

2010-04-06 Thread Marco Atzeri
--- Mar 6/4/10, Christopher Faylor ha scritto: > On Tue, Apr 06, 2010 at 11:01:21AM > -0400, Christopher Faylor wrote: > >On Tue, Apr 06, 2010 at 04:10:28PM +0100, Dave Korn > wrote: > >>On 06/04/2010 15:15, Christopher Faylor wrote: > >>> On Tue, Apr 06, 2010 at 07:55:19AM -0400, > George Barric

Re: CygWin-1.7.3-1 fails to provide pipe.

2010-04-06 Thread Christopher Faylor
On Tue, Apr 06, 2010 at 11:01:21AM -0400, Christopher Faylor wrote: >On Tue, Apr 06, 2010 at 04:10:28PM +0100, Dave Korn wrote: >>On 06/04/2010 15:15, Christopher Faylor wrote: >>> On Tue, Apr 06, 2010 at 07:55:19AM -0400, George Barrick wrote: What I am suggesting is that the new cygwin.dll h

Re: CygWin-1.7.3-1 fails to provide pipe.

2010-04-06 Thread Christopher Faylor
On Tue, Apr 06, 2010 at 04:10:28PM +0100, Dave Korn wrote: >On 06/04/2010 15:15, Christopher Faylor wrote: >> On Tue, Apr 06, 2010 at 07:55:19AM -0400, George Barrick wrote: >>> What I am suggesting is that the new cygwin.dll has difficulties >>> implementing the kind of pipe that octave uses to se

Re: CygWin-1.7.3-1 fails to provide pipe.

2010-04-06 Thread Dave Korn
On 06/04/2010 15:15, Christopher Faylor wrote: > On Tue, Apr 06, 2010 at 07:55:19AM -0400, George Barrick wrote: >> What I am suggesting is that the new cygwin.dll has difficulties >> implementing the kind of pipe that octave uses to send its graphing >> commands to gnuplot. The specific details o

Re: CygWin-1.7.3-1 fails to provide pipe.

2010-04-06 Thread Marco Atzeri
--- Mar 6/4/10, Christopher Faylor ha scritto: > -0400, George Barrick wrote: > >What I am suggesting is that the new cygwin.dll has > difficulties > >implementing the kind of pipe that octave uses to send > its graphing > >commands to gnuplot.  The specific details of the > pipe that serves as >

Re: CygWin-1.7.3-1 fails to provide pipe.

2010-04-06 Thread Christopher Faylor
On Tue, Apr 06, 2010 at 07:55:19AM -0400, George Barrick wrote: >What I am suggesting is that the new cygwin.dll has difficulties >implementing the kind of pipe that octave uses to send its graphing >commands to gnuplot. The specific details of the pipe that serves as >an example of this can be se