From owner-freebsd-stable@FreeBSD.ORG Tue Apr 8 14:26:55 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D6E81065672 for ; Tue, 8 Apr 2008 14:26:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8C00F8FC0C for ; Tue, 8 Apr 2008 14:26:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by elvis.mu.org (Postfix) with ESMTP id 1F0EC1A4D83; Tue, 8 Apr 2008 07:26:55 -0700 (PDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 8 Apr 2008 09:59:46 -0400 User-Agent: KMail/1.9.7 References: <77E81AD6-FBCC-4D30-A5CB-A9B918D4793F@ish.com.au> In-Reply-To: <77E81AD6-FBCC-4D30-A5CB-A9B918D4793F@ish.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804080959.46961.jhb@freebsd.org> Cc: bzeeb+freebsd+lor@zabbadoz.net, Jurgen Weber Subject: Re: LOR sleepq/scrlock 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, 08 Apr 2008 14:26:55 -0000 On Tuesday 08 April 2008 04:06:24 am Aristedes Maniatis wrote: > FreeBSD dash.ish.com.au 7.0-RELEASE FreeBSD 7.0-RELEASE #10 > i386 with PAE (5Gb RAM) > > > We've had fairly reproducible freezes. After several hours of stress > testing or even overnight not doing anything, everything locks up > including the console. > > We then installed a debugging kernel (without INVARIANTS since that > prevented the kernel from compiling at all) and obtained this LOR when > it froze: > > LOR: > 1st 0x807d3d90 sleepq chain (sleepq chain) @/usr/src/sys/kern/ > subr_sleepqueue.c:773 > 2nd 0x807c8110 scrlock (scrlock) @/usr/src/sys/dev/syscons/syscons.c: > 2526 > > I have taken photographs of the KDB output following this but have not > transcribed it until someone says that it will be useful to them. I > could put it up as slightly fuzzy screen photographs on our web site. The stack trace info would be useful. A photo would be fine. -- John Baldwin