From owner-freebsd-stable@FreeBSD.ORG Fri May 11 18:47:52 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B248716A406 for ; Fri, 11 May 2007 18:47:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9CCA113C44C for ; Fri, 11 May 2007 18:47:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 1EB6A1A4D81; Fri, 11 May 2007 11:48:38 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B66DB51344; Fri, 11 May 2007 14:47:51 -0400 (EDT) Date: Fri, 11 May 2007 14:47:51 -0400 From: Kris Kennaway To: Scott Swanson Message-ID: <20070511184751.GD23483@xor.obsecurity.org> References: <20070510214348.GA68925@xor.obsecurity.org> <4643C010.7060302@inetz.com> <20070511010654.GA75689@xor.obsecurity.org> <4643C34F.9070504@inetz.com> <20070511011929.GA76360@xor.obsecurity.org> <4643CA85.90800@inetz.com> <20070511015034.GA77771@xor.obsecurity.org> <4643CD20.2020807@inetz.com> <20070511020134.GA78387@xor.obsecurity.org> <46449D4A.8020207@inetz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46449D4A.8020207@inetz.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@freebsd.org, Kris Kennaway Subject: Re: panic: spin lock held too long (w/ backtrace) 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: Fri, 11 May 2007 18:47:52 -0000 On Fri, May 11, 2007 at 10:43:54AM -0600, Scott Swanson wrote: > >> root@pyrite /usr/src/sys/i386/conf > kldstat > >> Id Refs Address Size Name > >> 1 3 0xc0400000 65e308 kernel > >> 2 1 0xc0a5f000 59f20 acpi.ko > > > > So, yes then :) Can you follow the steps for debugging modules and see > > if it gives a better trace? > > > > Kris > > > > Unfortunately, after prepping and adding the symbol file for acpi.ko, I > got the exact same backtrace. Any other thoughts? Sometimes -O2 can confuse gdb...unfortunately there is no way to repair it after the fact. Maybe someone else has ideas. Kris