You can use gdb on the dump file or even on live kernel after reboot to figure
out exactly what the problem was.

Use
gdb -k ./kernel.debug /dev/mem
or
gdb -k ./kernel.debug /var/crash/vmcore.<num>


On 05-Sep-2001 Zhihui Zhang wrote:
> 
> I know gdb can source stepping the kernel. But without two machines, you
> can not do it. Now I have only one machine and the system panic:
> 
> db> trace
> bqrelse(cxxx, cxxx, cxxx, cxxxx, cxxx) at bqrelse+0x25
> 
> is there a way to use these addresses to figure out which line or lines of
> source are suspect to cause the panic? Thanks.
--------------------------------------------
E-Mail: Alexander N. Kabaev <[EMAIL PROTECTED]>
Date: 05-Sep-2001
Time: 14:44:40
--------------------------------------------

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to