FIXED: Re: cygwin1-20060527: replicated stdout (Was Re: cygwin1-20060519: proc_waiter: unknown value * on proc pipe)

2006-05-31 Thread Igor Peshansky
On Sun, 28 May 2006, Igor Peshansky wrote: > On Fri, 19 May 2006, Igor Peshansky wrote: > > > On Fri, 19 May 2006, Christopher Faylor wrote: > > > > > On Fri, May 19, 2006 at 10:01:27PM -0400, Igor Peshansky wrote: > > > >Hi, > > > > > > > >Found a weird problem with the latest CVS (a regression f

cygwin1-20060527: replicated stdout (Was Re: cygwin1-20060519: proc_waiter: unknown value * on proc pipe)

2006-05-28 Thread Igor Peshansky
On Fri, 19 May 2006, Igor Peshansky wrote: > On Fri, 19 May 2006, Christopher Faylor wrote: > > > On Fri, May 19, 2006 at 10:01:27PM -0400, Igor Peshansky wrote: > > >Hi, > > > > > >Found a weird problem with the latest CVS (a regression from end > > >February, but I can track it down further, too

Re: cygwin1-20060519: proc_waiter: unknown value * on proc pipe

2006-05-19 Thread Igor Peshansky
On Fri, 19 May 2006, Christopher Faylor wrote: > On Fri, May 19, 2006 at 10:01:27PM -0400, Igor Peshansky wrote: > >Hi, > > > >Found a weird problem with the latest CVS (a regression from end February, > >but I can track it down further, too, if the testcase doesn't help). > >Compiling the followi

Re: cygwin1-20060519: proc_waiter: unknown value * on proc pipe

2006-05-19 Thread Christopher Faylor
On Fri, May 19, 2006 at 10:01:27PM -0400, Igor Peshansky wrote: >Hi, > >Found a weird problem with the latest CVS (a regression from end February, >but I can track it down further, too, if the testcase doesn't help). >Compiling the following program: > >#include >int main() { printf("1\n"); exit(-

cygwin1-20060519: proc_waiter: unknown value * on proc pipe

2006-05-19 Thread Igor Peshansky
Hi, Found a weird problem with the latest CVS (a regression from end February, but I can track it down further, too, if the testcase doesn't help). Compiling the following program: #include int main() { printf("1\n"); exit(-1); } with "gcc -mno-cygwin" and running it produces the following outp