kern/71226: processes list is broken

Seva Gluschenko gvs at rinet.ru
Wed Sep 1 00:30:29 PDT 2004


The following reply was made to PR kern/71226; it has been noted by GNATS.

From: Seva Gluschenko <gvs at rinet.ru>
To: Sergey Akifyev <asa at gascom.ru>
Cc: Seva Gluschenko <gvs at rinet.ru>, FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: kern/71226: processes list is broken
Date: Wed, 01 Sep 2004 11:28:26 +0400

 Sergey Akifyev wrote:
 
 >>>ps ax | grep kblan
 >>
 >> 1028  ??  RN     0:00,13 /usr/local/bin/kblankscrn.kss -root
 []
 > Are theese zombies in fact? You should try to kill their parent (see man
 > waitpid for details). You can determine parent PID of process by issuing
 > following command:
 > 
 > # ps jax|fgrep kblankscrn.kss|fgrep -v fgrep|awk '{print $3}'
 
 Yep, they're in fact zombies, but I have no much interest to kill their 
 parent:
 
  > ps jaxp 775
 USER   PID  PPID  PGID   SID JOBC STAT  TT       TIME COMMAND
 gvs    775     1   613   613    0 RN    ??    0:00,00 
 /usr/local/bin/kblankscrn.kss -root
 
 -gvs


More information about the freebsd-bugs mailing list