Date: Fri, 12 Oct 2001 08:24:40 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <2427-Fri12Oct2001082440+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 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: <10110120325.AA19848@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: 4NT pipe problems [was Re: First round of XP tests] References: <10110120325 DOT AA19848 AT clio DOT rice DOT edu> 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 22:25:26 -0500 (CDT) > > 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?) It cannot be `fstat', I think, because the only library functions which call `fstat' are `link' and fpathconf. And djecho doesn't call these, IIRC. It would help to know where exactly (in what library function) does the thing hang. Since djecho is a very simple program, that should be easy to find out.