X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10203041542.AA17655@clio.rice.edu> Subject: Re: New Win2K/XP bug report To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Mon, 4 Mar 2002 09:42:05 -0600 (CST) Cc: djgpp-workers AT delorie DOT com (DJGPP developers) In-Reply-To: from "Eli Zaretskii" at Mar 04, 2002 08:51:11 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 > Does the problem go away if you invoke the pipe via the Windows shell? Yes, the problem only happens under Bash that has been reported. > If so, we could change system.c and/or dosexec.c to do that on W2K. > (That might lose long command lines, but losing the whole pipe is much > worse, I think ;-) The problem only appears to happen if you are sending the output from a Win32 executable to a DJGPP executable stdin. DJGPP to DJGPP or Win32 to console or Win32 to Win32 all seem to work OK. That's a pretty ugly test.