Date: Tue, 16 Sep 2003 11:54:36 -0700 (PDT) From: Nate Lawson <nate@root.org> To: Andrew Thompson <andy@fud.org.nz> Cc: current@freebsd.org Subject: Re: ACPI and a Toshiba Tecra 8000 Message-ID: <20030916115255.A9706@root.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030916115255.A9706>