Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: Zombies ??? Message-ID: <5438@brl-smoke.ARPA> Date: Mon, 8-Dec-86 01:00:23 EST Article-I.D.: brl-smok.5438 Posted: Mon Dec 8 01:00:23 1986 Date-Received: Mon, 8-Dec-86 20:57:29 EST References: <1327@brl-adm.ARPA> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 12 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 ?? A process becomes a zombie when it terminates. It is laid to rest when it is reported to its parent process (or to process #1, init, if the original parent is no longer alive) as the result of a wait() system call in the parent. > ps. I apolgize if this is not the correct group to ask this question of. Questions about UNIX should be posted to comp.unix.questions.