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