From owner-freebsd-current@FreeBSD.ORG Tue Sep 30 14:51:21 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 ED5F216A4BF for ; Tue, 30 Sep 2003 14:51:21 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5B04844011 for ; Tue, 30 Sep 2003 14:51:21 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 82033 invoked by uid 1000); 30 Sep 2003 21:51:22 -0000 Date: Tue, 30 Sep 2003 14:51:22 -0700 (PDT) From: Nate Lawson To: Jeremy Bingham In-Reply-To: <20030924020130.GA15866@lagash.satanosphere.com> Message-ID: <20030930145049.S81965@root.org> References: <20030923180441.R49426@root.org> <20030924020130.GA15866@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 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 21:51:22 -0000 On Tue, 23 Sep 2003, Jeremy Bingham wrote: > On 23/09/03 18:07 -0700, Nate Lawson wrote: > > Enable options DDB. When it hangs, press CTRL-ALT-ESC and then "tr" to > > get a traceback. > > > > While ACPI influences this problem, I am uncertain it is the root cause. > > > > -Nate > > Way ahead of you there. I compiled a kernel with DDB on, installed it, > and everything worked fine. No hangs or anything. When I recompiled the > kernel with the debugging options off, the same hang happened again. > Bizarre, to say the least. Again, booting with ACPI turned off worked > fine. I'm making another debug kernel, and I'll try running that for a > while. When you say "debugging options", do you mean you added things other than "options DDB" (i.e. INVARIANTS or others)? -Nate