|
NAMEbsdcrashtar —
archive kernel crash files
SYNOPSIS
DESCRIPTIONThebsdcrashtar utility creates tar a archive that
contains all files needed for debugging FreeBSD kernel crash (vmcore, kernel,
loaded modules, sources that appear in backtrace). This is useful for
debugging a crash on another host, sending it to developers or if you are
going to upgrade the kernel on crashed host but would like to keep crashdump
in case the developers ask you to provide additional info.
Created tar archive contains also a script that when being run inside unpacked archive will give kgdb(1) session with crash core loaded in it. The script should be run with root privileges because it does chroot(8) before starting kgdb(1). By default, The options are as follows:
WARNINGAs a core file presents a content of a kernel virtual memory at the moment of the crash it might contain information you would not like to become public. So think twice before giving the access to a core to other person.LIMITATIONSYou can debug an archived crash only on a host of the same hardware platform running FreeBSD of the same major version (abi compatible).SEE ALSOcrashinfo(8), savecore(8), textdump(4).AUTHORMikolaj Golub.BUGSAs it is rather experimental utility and depends on proper parsing of gdb(1) output it is highly recommended to check created tar archive if you want to be sure it contains all necessary files.
Visit the GSP FreeBSD Man Page Interface. |