Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2004 07:20:23 GMT
From:      Sergey Akifyev <asa@gascom.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/71226: processes list is broken
Message-ID:  <200409010720.i817KNJX009559@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/71226; it has been noted by GNATS.

From: Sergey Akifyev <asa@gascom.ru>
To: Seva Gluschenko <gvs@rinet.ru>
Cc: FreeBSD-gnats-submit@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@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--
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409010720.i817KNJX009559>