http://bugs.winehq.org/show_bug.cgi?id=24101
Guillaume ORTEGA guillaume.ortega@OpenPlug.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3
--- Comment #11 from Guillaume ORTEGA guillaume.ortega@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.