Xref: utzoo comp.unix.ultrix:3078 comp.unix.wizards:21194 Path: utzoo!attcan!uunet!deimos.cis.ksu.edu!ux1.cso.uiuc.edu!castor.csg.uiuc.edu!long From: long@castor.csg.uiuc.edu (Junsheng Long) Newsgroups: comp.unix.ultrix,comp.unix.wizards Subject: How to clear zombie children while parent still alive. Keywords: process termination. zombies Message-ID: <1990Mar27.164632.18462@ux1.cso.uiuc.edu> Date: 27 Mar 90 16:46:32 GMT References: <1642@jimi.cs.unlv.edu> <10333@cbmvax.commodore.com> <1657@jimi.cs.unlv.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Reply-To: long@castor.csg.uiuc.edu.UUCP (Junsheng Long) Organization: Univ of Illinois at Urbana-Champaign Lines: 11 Is that possible to clear all zombie children while the parent is still in execution under SunOS? I had the parent process to call signal(SIGCHLD, SIG_IGN). This should let init to clear the terminated child automaitically, when the parent got a SIGCHLD. But SunOS still kept all the zombies until the parent exited. Is SunOS different from other Unix systems in this regard? Is it possible to clear zombies in a SunOS environment? And how? Thank you. Junsheng