On Mon, Jul 23, 2007 at 05:04:25PM +0000, Eric Blake wrote:
>Brian Ford <Brian.Ford <at> FlightSafety.com> writes:
>
>> $ date > outfile
>> 
>> $ cat outfile
>> Mon Jul 23 11:30:14 CDT 2007
>> 
>> $ java Test >> outfile 2>&1
>> 
>> $ cat outfile
>> message1 to stdout
>> message1 to stderr
>> message2 to stderr
>> message2 to stout
>> 
>> Oops, what happened to the date?
>
>Hmm, sounds like Corinna's patch to set_file_pointers_for_exec: 
>http://cygwin.com/ml/cygwin-cvs/2007-q2/msg00026.html

No, it was my changes to pipe handling.  I know about the problem but haven't 
had
a chance to fix it.

cgf

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

Reply via email to