From owner-freebsd-stable@FreeBSD.ORG Tue Sep 23 21:51:39 2008 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51DE1065674 for ; Tue, 23 Sep 2008 21:51:39 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id 8056D8FC17 for ; Tue, 23 Sep 2008 21:51:39 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 22682 invoked from network); 23 Sep 2008 21:51:39 -0000 Received: from aldan.algebra.com (HELO [127.0.0.1]) (mi@[216.254.65.224]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Sep 2008 21:51:38 -0000 Message-ID: <48D964DF.4080207@aldan.algebra.com> Date: Tue, 23 Sep 2008 17:51:27 -0400 From: Mikhail Teterin User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Robert Watson References: <48D92589.8000200@aldan.algebra.com> <48D955EE.3090108@aldan.algebra.com> In-Reply-To: Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 8bit Cc: stable@FreeBSD.org Subject: Re: 7.0-stable: a hung process - scheduler bug? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Sep 2008 21:51:39 -0000 Robert Watson ΞΑΠΙΣΑΧ(ΜΑ): > Sounds a lot like a lock leak/deadlock. Other than DDB output or a > crashdump, which would allow us to explore some more, there's probably > not much to be done with the box at this point other than reset. > Sorry about that. Well, to reproduce you can try to build OpenOffice.org from any of the editors/openoffice.org-3-* ports. Set the environment variables MAXPROCESSES and MAXPROCS to the number of CPUs in your SMP-computer. Even if it does not hang like it did here, you may be able to observe the leak... Yours, -mi