On 01/10/03 09:33 -0700, Nate Lawson wrote: > On Wed, 1 Oct 2003, Jeremy Bingham wrote: > > On 30/09/03 15:04 -0700, Nate Lawson wrote: > > > 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 > > > > Tried compiling a kernel with just DDB, and I got no love. It still > > hung, and although I tried hitting CTRL-ALT-ESC and typing "tr", it hung > > so hard that even that didn't work. > > Ok, that's good to know. How about the printfs? Did the second one > trigger? I could use a URL to your ASL and full dmesg on boot: > acpidump -t -d | gzip > jeremy.asl.gz > > -Nate The second one did not trigger (I had actually been using ACPI_VPRINT for a while to get info like that). I have a dump of my ASL here: http://home.satanosphere.com/bsd/jeremy.asl.gz. As far as my dmesg goes, I can get you one where it boots w/ ACPI disabled, but when it hangs, it hangs before / is mounted at all, so I can't really get it. Should I boot it again and just type the last lines out? -j ---------------------------------------------- /* You are not expected to understand this. */ Captain_Tenille http://www.satanosphere.com/ jeremy_at_satanosphere.com
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:24 UTC