On Tue, 17 Mar 2009 06:35:04 +0300 anb...@list.ru wrote:

> What can I do with it? I don`t have experience in using gdb or programming on 
> C.

I suppose your kernel is built with "makeoptions DEBUG=-g".

Then enable kernel crash dump:

echo 'dumpdev="AUTO"' >> /etc/rc.conf
/etc/rc.d/dumpon start

After panic, get the baktrace from the dump using instructions from this page:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug-gdb.html

Or just run crashinfo and extract bt from generated core.txt.

Post bt here or to freebsd-hackers.

-- 
Mikolaj Golub
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to