ptrace.2: PTRACE_O_TRACEEXIT clarification

Reported-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-12 12:43:48 +02:00
parent d7d10e1048
commit 55bd9495b2
1 changed files with 3 additions and 2 deletions

View File

@ -873,7 +873,8 @@ This applies to exits via
.BR exit (2),
.BR exit_group (2),
and signal deaths (except
.BR SIGKILL ),
.BR SIGKILL ,
depending on the kernel version; see BUGS below),
and when threads are torn down on
.BR execve (2)
in a multithreaded process.
@ -2085,7 +2086,7 @@ stop before actual signal death.
This may be changed in the future;
.B SIGKILL
is meant to always immediately kill tasks even under ptrace.
Last confirmed on 2.6.38.6.
Last confirmed on Linux 3.13.
.LP
Some system calls return with
.B EINTR