Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!mit-eddie!husc6!panda!enmasse!mike From: mike@enmasse.UUCP (Mike Schloss) Newsgroups: comp.unix.wizards Subject: Re: Zombies ??? Message-ID: <485@enmasse.UUCP> Date: Mon, 8-Dec-86 18:18:54 EST Article-I.D.: enmasse.485 Posted: Mon Dec 8 18:18:54 1986 Date-Received: Mon, 8-Dec-86 22:35:59 EST References: <1327@brl-adm.ARPA> Reply-To: mike@enmasse.UUCP (Mike Schloss) Organization: EnMasse Computer Corp, Acton, MA Lines: 9 In article <1327@brl-adm.ARPA> larry@MITRE.arpa (Larry Henry) writes: >Does anyone out there have a clear understanding of exactly what >situations create zombie processes ?? Or any reading material I >can look at. The following hold true for Sys V. Don't know about the others. When a process exits a zombie is created unless SIGCLD is set to SIG_IGN. This is described (smewhat poorly) in the WARNING section of signal(2).