From owner-freebsd-questions Mon Feb 24 12:25:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15085 for questions-outgoing; Mon, 24 Feb 1997 12:25:44 -0800 (PST) Received: from mh004.infi.net (mailhost.infi.net [208.131.167.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA15080 for ; Mon, 24 Feb 1997 12:25:36 -0800 (PST) Received: from codie04 by mh004.infi.net with SMTP (Infinet-S-3.3) id PAA13456; Mon, 24 Feb 1997 15:24:29 -0500 (EST) Message-ID: <3311F920.296B@dc.infi.net> Date: Mon, 24 Feb 1997 15:25:04 -0500 From: Ron Steele X-Mailer: Mozilla 3.0Gold (X11; I; HP-UX A.09.04 9000/887) MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: * searching a good priest for zombies processes * References: <199702241844.LAA27761@fluffy.aros.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dave Andersen wrote: > > This is almost certainly a bug in the program you're running. > You can, however, clear up the zombies by killing off the parent process. > This will cause init to take over the child processes, and it > will reap them (ask "Hey, give me that info"). > > I haven't heard of the software you're using - sorry - but I'd > suggest contacting the author(s) about it. It's possible that they're > missing some race condition in 2.2 that they used to hit, or something. > > -Dave Andersen What I have never understood is why/how processes owned by init (ppid=1) can be zombies. I have seen this is on HP-UX, old SunOS, and earlier versions of FreeBSD. Shouldn't init clean up the zombies? Ron Steele