[Bug 24101] Recursive CreateProcess() fails

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 30 10:35:53 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24101

--- Comment #20 from Guillaume ORTEGA <guillaume.ortega at OpenPlug.com> 2010-08-30 10:35:52 CDT ---
Sorry I it's not -j5 but -j3.

I know exactly how many process I spawn:

1 process that create make
1 parallel make at the first level (even with -j3 because of dependencies)
3 parallel makes at the second level
3 process at max level, because the exe OP_gen.exe execute gcc, and gcc execute
ld, collect...

In the first release of the IDE I set -j1 to "resolve" the problem, but a users
in MacOSX Snow Leopard gets that error even with -j1 everywhere.

I sent to you a 2 real make files of our IDE.

Best Regards,

Guillaume ORTEGA - Software engineer at OpenPlug (http://www.openplug.com)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list