mirror of
https://github.com/znc/znc.git
synced 2026-05-07 05:44:41 +02:00
0ad7756e85
Tcl fork()s to create a child process, the child exits and tcl tries to get the child's exit code via waitpid() but when the child process exits, we get SIGCHLD, call waitpid() ourselves and thus the exit code (and the whole zombie) is discarded and tcl can't get the child's exit code. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1513 726aef4b-f618-498e-8847-2d620e286838
7.2 KiB
7.2 KiB