Comment 4 for bug 677783

Revision history for this message
David F. (malteworld) wrote :

Unfortunately, the previous method is not optimal because SIGKILL cannot be intercepted. One could however call prctl.set_pdeathsig() (analogous to PR_SET_PDEATHSIG of prctl(2)) after forking in the child process.