Skip to content
Snippets Groups Projects
Commit c3edae6f authored by Brad King's avatar Brad King
Browse files

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.
parent 98855e47
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment