From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 06:34:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A196B1065675 for ; Sat, 20 Sep 2008 06:34:18 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C3ADB8FC14 for ; Sat, 20 Sep 2008 06:34:17 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m8K6YCan008679; Sat, 20 Sep 2008 08:34:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m8K6YAdu008676; Sat, 20 Sep 2008 08:34:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 20 Sep 2008 08:34:10 +0200 (CEST) From: Wojciech Puchar To: Andrew Falanga In-Reply-To: <340a29540809191058v51e0e6d2mb00623f8a0d5abfd@mail.gmail.com> Message-ID: <20080920083244.B8658@wojtek.tensor.gdynia.pl> References: <539c60b90809191041p2490130exa024b1f84d44b2f3@mail.gmail.com> <340a29540809191058v51e0e6d2mb00623f8a0d5abfd@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: stevefranks@ieee.org, FreeBSD Mailing List Subject: Re: kill -KILL fails to kill process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 06:34:18 -0000 > others). This can happen when your process blocks on pending file > I/O. The process opens a file descriptor, could even be a socket, and asterisk does only file I/O and network I/O. file I/O works fine so it can't be a problem (everything else works on the same filesystem. > get what it's waiting for (hopefully), then move on. At that very > moment, the kill signal would be delivered and the process would die after a day - still not killed. i'm going to reboot this today. BTW asterisk is threaded. possibly main thread is stopped, but others not.