ACPI and a Toshiba Tecra 8000

Nate Lawson nate at root.org
Tue Sep 16 11:54:36 PDT 2003


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


More information about the freebsd-current mailing list