[PATCH 01/14] ntdll: Don't change SIGCHLD disposition; no automatic reaping of child processes.

Ken Thomases ken at codeweavers.com
Wed Nov 30 16:48:22 CST 2011


Ignoring SIGCHLD prevents the wait[3,4,pid]() system calls from working.  Some
system libraries (e.g. Mac OS X's Core Printing) spawn child processes and
wait on them.  Those libraries used to fail under Wine.

This causes Wine to leave zombies, but that will be corrected in subsequent
commits.
---
dlls/ntdll/server.c |    5 -----
1 files changed, 0 insertions(+), 5 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Don-t-change-SIGCHLD-disposition-no-automatic-.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20111130/a1d12422/attachment.bin>


More information about the wine-patches mailing list