Re: bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2011-06-07 Thread Eli Zaretskii
> From: itoken <110.keni...@gmail.com> > Date: Mon, 6 Jun 2011 07:56:37 + (UTC) > > Hi Eli-san, > > Is this issue fixed in 3.82? No, it isn't. The suggested patch looked dangerous to me, because it would cause NULL to be passed process_init_fd, which would then use it. I asked for an easil

Re: bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2011-06-07 Thread itoken
Hi Eli-san, Is this issue fixed in 3.82? > Thanks for the report and the patch, but could you please post a > minimal recipe to reproduce the bug? ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Antwort: Re: bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2006-06-06 Thread Roland Puntaier
The buggy behaviour turned up, when starting mingw32-make from an application with the mingw32-make output redirected to that application. I made a minimal application to reproduce the behaviour. The code was in C# and I included that code in my previous mail. But using CreateProcess with standar

Re: bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2006-06-03 Thread Eli Zaretskii
> From: Roland Puntaier <[EMAIL PROTECTED]> > Date: Fri, 2 Jun 2006 17:36:00 +0200 > > "process_easy: DuplicateHandle(In) failed" is issued, when redirecting the > mingw32-make output from a parent process. > > GetStdHandle returns 0, which is not an error, but also no handle to be > duplicated

bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2006-06-03 Thread Roland Puntaier
"process_easy: DuplicateHandle(In) failed" is issued, when redirecting the mingw32-make output from a parent process. GetStdHandle returns 0, which is not an error, but also no handle to be duplicated. Example parent process code leading to error (in C#):         static StringBuilder myOutput=n