From owner-freebsd-current@FreeBSD.ORG Tue Sep 30 15:04:50 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DFAD16A4B3 for ; Tue, 30 Sep 2003 15:04:50 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5561743FE3 for ; Tue, 30 Sep 2003 15:04:49 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 82101 invoked by uid 1000); 30 Sep 2003 22:04:50 -0000 Date: Tue, 30 Sep 2003 15:04:50 -0700 (PDT) From: Nate Lawson To: Jeremy Bingham In-Reply-To: <20030930220658.GA51513@lagash.satanosphere.com> Message-ID: <20030930150239.R81965@root.org> References: <20030930144703.W81965@root.org> <20030930220658.GA51513@lagash.satanosphere.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Problem w/ ACPI in -CURRENT: Update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 22:04:50 -0000 On Tue, 30 Sep 2003, Jeremy Bingham wrote: > On 30/09/03 14:48 -0700, Nate Lawson wrote: > > Please do not start new threads for the same problem as it makes it hard > > to track down what your problem even was originally. I assume your > > problem is hangs during boot, it appeared since 5.1R, and it goes away if > > you enable "options INVARIANTS". Is that right? > > > > -Nate > > Yes, that is the case. It was only today that I managed to track down > where the problem was cropping up, though. Are you sure you tracked it down to INVARIANTS? Or was it DDB? Please try with _just_ DDB and see if you can still reproduce the problem. If so, then when it hangs, hit CTRL-ALT-ESC and type "tr". This will tell who is hung. As far as debugging prints, add the following printfs to acpi_cmbat_get_bif(): printf("Before getting BIF\n"); as = AcpiEvaluateObject(h, "_BIF", NULL, &bif_buffer); printf("After getting BIF\n"); -Nate