*BSD News Article 79540


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.erols.net!surfnet.nl!news.tue.nl!news.win.tue.nl!il.ft.hse.nl!not-for-mail
From: robert@il.ft.hse.nl (robert)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: What is a zombie?
Date: 30 Sep 1996 15:06:15 +0200
Organization: LSD...melts in your mind, not in your hand
Lines: 10
Message-ID: <52ogk7$sg3@charm.il.ft.hse.nl>
References: <52a5dt$qef@vixen.cso.uiuc.edu> <3249D8F7.2EA39DDA@lambert.org> <52jtk1$8s@uriah.heep.sax.de>
NNTP-Posting-Host: charm.il.ft.hse.nl

joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch):
 >Terry Lambert <terry@lambert.org> wrote:
 >> fork, but doesn't call wait(2) or ignore SIGCHLD -- either of
 >> which will cause the zombie to exit.
 >Ignoring SIGCHLD won't help -- it is already ignored by default:

On a POSIX machine, ignoring SIGCHLD will automatically reap
child-processes.

                                                                robert