Date: Wed, 1 Sep 2004 08:20:17 GMT From: Maxim Konovalov <maxim@macomnet.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/71226: processes list is broken Message-ID: <200409010820.i818KH18016567@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: Maxim Konovalov <maxim@macomnet.ru>
To: Seva Gluschenko <gvs@rinet.ru>
Cc: bug-followup@freebsd.org
Subject: Re: kern/71226: processes list is broken
Date: Wed, 1 Sep 2004 12:19:13 +0400 (MSD)
> >>>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:
And what do you expect from FreeBSD?
> > 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
--
Maxim Konovalov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409010820.i818KH18016567>
