DragonFly BSD
DragonFly commits List (threaded) for 2011-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Revert "kernel: Don't disturb about-to-be reaped zombies."


From: YONETANI Tomokazu <y0netan1@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 1 Jun 2011 22:19:56 -0700 (PDT)

commit c36a1500168f35496d6068023955e0f180593652
Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org>
Date:   Thu Jun 2 14:17:39 2011 +0900

    Revert "kernel: Don't disturb about-to-be reaped zombies."
    
    p_nthreads == 0 just means that the process's threads have all exited,
    but not necessarily means it's about to be reaped.  We still want it
    to show up in the ps or top in case it gets stuck during the exit.
    
    Pointed-out-by: dillon@
    
    This reverts commit 9458c398c0b97d30032a6541f8ab452cd93f5a86.

Summary of changes:
 sys/kern/kern_proc.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c36a1500168f35496d6068023955e0f180593652


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]