http://bugs.winehq.org/show_bug.cgi?id=24101
--- Comment #17 from Guillaume ORTEGA guillaume.ortega@OpenPlug.com 2010-08-30 09:46:07 CDT --- Hi,
It's a use of make to reproduce the problem nearly every times. When I'm compiling in my IDE I have 1 process that execute make + 2 cascaded makes + 3 cascaded process for executing gcc (My process, gcc and process that is launched by gcc), and make -j5, and with 2 cores.
The problems happens randomly, but when compiling big project I get an error in nearly every build.
If you modify my example for 4 or 5 cascaded makes you should have the problem sometimes.
My first example is realistic, I get the error on the 4th cascaded CreateProcess
Best Regards.
Guillaume ORTEGA.