Re: ACPI and a Toshiba Tecra 8000

From: Nate Lawson <nate_at_root.org>
Date: Tue, 16 Sep 2003 11:54:36 -0700 (PDT)
Please compile your kernel with debug symbols (config -g KERNEL) and load
it into gdb to get the actual line of code that is getting that NULL
deref:

    gdb kernel.debug
    l *scsuspend+0x17

That should show the offending code segment.

-Nate
Received on Tue Sep 16 2003 - 09:54:36 UTC

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