http://bugs.winehq.org/show_bug.cgi?id=24101
--- Comment #12 from Guillaume ORTEGA guillaume.ortega@OpenPlug.com 2010-08-27 10:16:14 --- Hi,
I've some news about my investigation :
- the kill_process on the server is called before the child process begin (on the fork of create_process) - the child start and stop on server_init_thread(ntdll server.c) on wine_server_send_fd( reply_pipe[1] ); with sendmsg that return EPIPE.
If you have some idea, please let me know.