kern/71226: processes list is broken

Sergey Akifyev asa at gascom.ru
Wed Sep 1 00:20:25 PDT 2004


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

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

 --=-U7N7q+YGT59xVrazGJJF
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 On Tue, 2004-08-31 at 15:30, Seva Gluschenko wrote:=09
 > >Description:
 > 	While examining process list on my box I've found some hung processes:
 >=20
 > > ps ax | grep kblan
 >  1028  ??  RN     0:00,13 /usr/local/bin/kblankscrn.kss -root
 
 > 	I used kill on them. Nothing changes. I used kill -9. No reaction
 > 	at all. The list is pretty the same. Thinking hard, then I used
 > 	ktrace/kdump. They produced zero output, e.g. processes aren't really
 > 	exist anymore - but still occupy some entries in process list.
 >=20
 > 	There maybe some conditions for process hanging to happen since
 > 	kblankscrn was the only one found, otherwise process list
 > 	should be fulfilled quite easy.
 
 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}'
 --=20
 regards,
 Sergey Akifyev <asa at gascom.ru>
 JSC Gascom <http://www.gascom.ru>
 PGP key available from:
 ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt
 
 --=-U7N7q+YGT59xVrazGJJF
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.5 (FreeBSD)
 
 iD8DBQBBNXfnbu06QwmNwNsRAlJmAJ99GL5XyVnulJsdrCK8sqXkKCnKOwCfTN+8
 mMSPOt/wCOmk4fgOrNX7YB0=
 =hN1W
 -----END PGP SIGNATURE-----
 
 --=-U7N7q+YGT59xVrazGJJF--
 


More information about the freebsd-bugs mailing list