From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10110120325.AA19848@clio.rice.edu> Subject: Re: 4NT pipe problems [was Re: First round of XP tests] To: eliz AT is DOT elta DOT co DOT il Date: Thu, 11 Oct 2001 22:25:26 -0500 (CDT) Cc: tim DOT van DOT holder AT pandora DOT be, djgpp-workers AT delorie DOT com, acottrel AT ihug DOT com DOT au In-Reply-To: <9003-Fri12Oct2001003531+0200-eliz@is.elta.co.il> from "Eli Zaretskii" at Oct 12, 2001 12:35:32 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > > Date: Thu, 11 Oct 2001 16:30:53 -0500 (CDT) > > > > I can reproduce this problem under 4NT, but it isn't XP > > specific. Under my NT 4 system, any pipe with djgpp images > > seems to hang 4NT. > [...] > > This looks very much like a 4NT bug, and doesn't look XP specific. > > Agreed. Something for the next release of the FAQ, I guess... > > Thanks for looking into this. More interesting information. If the second image in the pipe does not use the pipe (such as djecho hi | djecho low) it does not hang. Dev info on handle zero when piped in 4nt shows 0 (a bogus value as expected). I suspect some operation we are doing on this pipe is causing us to hang (something in fstat?)