Re: Problem w/ ACPI in -CURRENT: Update

From: Nate Lawson <nate_at_root.org>
Date: Tue, 30 Sep 2003 15:04:50 -0700 (PDT)
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
Received on Tue Sep 30 2003 - 13:04:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:24 UTC