Help about debugging FreeBSD kernel core dump file

Joseph Koshy joseph.koshy at gmail.com
Tue Mar 1 03:51:41 GMT 2005


> How can I debug the core dump file created by kernel panic? I try to use "gdb -core vmcore.0" (vmcore.0 is 4G file because I have 4G memory) and the gdb said: this is not a vaild core file. Why?

AFAIK  you have to use 'gdb -k' (or 'kgdb') to use GDB's kernel debugging mode.

-- 
FreeBSD Volunteer, http://people.freebsd.org/~jkoshy


More information about the freebsd-hackers mailing list