if you compiled your kernel  with -g

(config -g MYKERNEL)
then you should use 
gdb -k {compiledir}/kernel.debug vmcore.1
gdb> set directory {compiledir}



your kernel trace is somewhat useful but would be more useful
if dumped out with the debug kernel instead...



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

Reply via email to