[Bug 24101] Recursive CreateProcess() fails

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 25 11:08:12 CDT 2010


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


Guillaume ORTEGA <guillaume.ortega at OpenPlug.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3




--- Comment #11 from Guillaume ORTEGA <guillaume.ortega at OpenPlug.com>  2010-08-25 11:08:11 ---
Hello,

I did some test on the source code of wine.

The problem seems to be in server/process.c in process_poll_event

When the process doesn't work I received in the argument event 0x11 thus POLLUP
and POLLIN.

And the process is killed in :
if (event & (POLLERR | POLLHUP)) kill_process( process, 0 );

Best Regards,

Guillaume ORTEGA.

-- 
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