BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTOP...
BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTOP seems to be able to block the SIGKILL occasionally. Also the SIGKILL is sufficient since the process table entry will still exist until it is reaped with waitpid.
Loading
Please register or sign in to comment