X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.6 required=5.0	tests=AWL,BAYES_00,TW_MK,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: RE: CygWin-1.7.3-1 fails to provide pipe. (still)
Date: Fri, 18 Jun 2010 11:02:09 -0700
Message-ID: <27D7F4C907BCB14FAF95CC4E25AB1FE6AF556D@ex2.AdBriteInc.local>
References: <AANLkTilV0415Ri6GiLRIl_UJWLO8mOGf_DHn2F68HUgX@mail.gmail.com> <AANLkTin06oln9OdDGbX9HnpoFTd6BBM8RDadGmMf-ZXo@mail.gmail.com>
From: "Bill Ross" <bross@adbrite.com>
To: "Bill Ross" <bross@adbrite.com>, "Craig Martek" <craigmartek@gmail.com>,
   "cygwin" <cygwin@cygwin.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


Sorry for top-posting :-) order restored below:

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf Of=
 Craig Martek
Sent: Friday, June 18, 2010 10:43 AM
To: cygwin
Subject: CygWin-1.7.3-1 fails to provide pipe. (still)

Like benczur, I apologize for bringing this thread up once more
(http://cygwin.com/ml/cygwin/2010-05/msg00488.html), but I am still
having the issue with named pipes. =A0I run from one shell:
$ mkfifo /tmp/pipe
$ ls -l > /tmp/pipe

and from another:
$ cat < /tmp/pipe

and get this:
cat: -: Communication error on send

I've tried with both the latest release and the latest snapshot with
the same results. =A0Is this still an issue?

-Craig


-----Original Message-----
From: Bill Ross=20
Sent: Friday, June 18, 2010 11:00 AM
To: 'Craig Martek'; cygwin
Subject: RE: CygWin-1.7.3-1 fails to provide pipe. (still)

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

PS - cygwin version 1.7.5

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


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

