From owner-freebsd-stable@FreeBSD.ORG Tue Feb 24 14:02:05 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A78716A4CE for ; Tue, 24 Feb 2004 14:02:05 -0800 (PST) Received: from frogger.jeffenstein.org (Lsne-CaTV-dhcp-14-45.urbanet.ch [80.238.14.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AC743D2F for ; Tue, 24 Feb 2004 14:02:04 -0800 (PST) (envelope-from jeff@jeffenstein.org) Received: by frogger.jeffenstein.org (Postfix, from userid 1001) id C70A43A89; Tue, 24 Feb 2004 23:01:53 +0100 (MET) Date: Tue, 24 Feb 2004 23:01:51 +0100 From: Jeff Fisher To: freebsd-stable@freebsd.org Message-ID: <20040224220150.GA63481@frogger.jeffnet> Mail-Followup-To: freebsd-stable@freebsd.org References: <20040224181502.C65849@server.gisp.dk> <20040224211910.Y72422@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040224211910.Y72422@woozle.rinet.ru> User-Agent: Mutt/1.4.1i Subject: Re: Can't kill process X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 22:02:05 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Feb 24, 2004 at 09:22:35PM +0300, Dmitry Morozovsky wrote: > > If a process is a zombie (haven't got proc table entry fully defined) or has > called blocking system call which is blocked (such as disk read request to bad > disk media, or NFS read request to NFS server which is not reachable), then > such process is unkillable. A process can also end in this state if it's parent does not ignore the SIGCHLD and does not call wait(2). These zombies are unkillable, but can be cleaned up by killing the parent, then init will reap them. - -- jeff@jeffenstein.org http://www.jeffenstein.org/ Fortune for today: Biology grows on you. -----BEGIN PGP SIGNATURE----- iD8DBQFAO8mML83IkjvyU1oRApKHAKDRiihhBYyzMTk3eE3Vej0ULYKsRACeJMhg RR3Or4U6Q/tEU70EzGrHkzY= =gB7Z -----END PGP SIGNATURE-----