Re: page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20

2003-09-13 Thread David Wolfskill
>Date: Sat, 13 Sep 2003 16:26:58 -0700 (PDT) >From: Nate Lawson <[EMAIL PROTECTED]> >To: David Wolfskill <[EMAIL PROTECTED]> >cc: [EMAIL PROTECTED] >Subject: Re: page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20 >Your backtrace shows that your acpi_tz_

Re: page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20

2003-09-13 Thread Nate Lawson
Your backtrace shows that your acpi_tz_monitor() thread is hitting an invalid pointer. It would be interesting to see what package that is (i.e. the _ALx values). Please send a URL to the output of: acpidump -t -d -o david.dsdt > david.asl -Nate ___