ACPI and a Toshiba Tecra 8000
Andrew Thompson
andy at fud.org.nz
Tue Sep 16 12:22:39 PDT 2003
Nate Lawson wrote:
>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.
>
>
>
Hopefully I have done this right :)
(gdb) l *scsuspend+0x17
0xc03d7b17 is in scsuspend (/usr/src/sys/isa/syscons_isa.c:111).
106 int retry = 10;
107 static int dummy;
108 sc_softc_t *sc;
109
110 sc = &main_softc;
111 sc_cur_scr = sc->cur_scp->index;
112
113 if (sc_no_suspend_vtswitch)
114 return (0);
115
(gdb)
Andy
More information about the freebsd-current
mailing list