summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_subr
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-10-07 00:33:44 +0000
committerjhb <jhb@FreeBSD.org>2015-10-07 00:33:44 +0000
commitbda8562bdb1daad2e987d1ddfd01944cf1b719b0 (patch)
tree9f3567c02b74b13d215654584d7518fe0be1e83a /usr.bin/svn/lib/libsvn_subr
parent08449d14c723d0140fb8b505a4782d13e5745c57 (diff)
downloadFreeBSD-src-bda8562bdb1daad2e987d1ddfd01944cf1b719b0.zip
FreeBSD-src-bda8562bdb1daad2e987d1ddfd01944cf1b719b0.tar.gz
MFC 287864:
When a process group leader exits, all of the processes in the group are sent SIGHUP and SIGCONT if any of the processes are stopped. Currently this behavior is triggered for any type of process stop including ptrace() stops and transient stops for single threading during exit() and execve(). Thus, if a debugger is attached to a process in a group when the leader exits, the entire group can be HUPed. Instead, only send the signals if a process in the group is stopped due to SIGSTOP.
Diffstat (limited to 'usr.bin/svn/lib/libsvn_subr')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud