git: kernel - Fix panic on ptrace termination
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 25 17:38:03 PST 2013
commit 47443c9a7a420fe377044ca44d435311d516c3e2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Feb 25 17:37:14 2013 -0800
kernel - Fix panic on ptrace termination
* Fix a panic in the situation where gdb is exiting and terminating
a ptrace, but the original parent prpocess of the process being
debugged no longer exists.
Summary of changes:
sys/kern/sys_process.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/47443c9a7a420fe377044ca44d435311d516c3e2
--
DragonFly BSD source repository
More information about the Commits
mailing list