Query: crash
OS: netbsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CRASH(8) BSD System Manager's Manual CRASH(8)NAMEcrash -- examine and debug system imagesSYNOPSIScrash [-M core] [-N kernel]DESCRIPTIONThe crash command is used to examine and debug system images. If run without any arguments, crash operates on the running system. The options are as follows: -M core Operate on the specified crash dump instead of the default /dev/mem. Crash dumps should be from the same version of the system and same machine architecture as the running version of crash, and must be uncompressed. -N kernel Extract the name list from the specified kernel instead of the default /dev/ksyms. The command syntax used by crash is the same as the in-kernel debugger. See the ddb(4) manual page for more information. Operations and facilities that require a running system, such as breakpoints, are not supported by crash. crash does not provide pagination. However, by using the pipe symbol, output may be sent to commands available from the shell. For example: crash> ps | more crash> ps | grep ioflushSEE ALSOps(1), vmstat(1), ddb(4), pstat(8)HISTORYThe crash command appeared in NetBSD 6.0.BSDMarch 7, 2009 BSD
Related Man Pages |
---|
savecore(1m) - sunos |
crashdc(8) - osf1 |
expand_dump(8) - osf1 |
crashinfo(8) - freebsd |
crash(8) - bsd |
Similar Topics in the Unix Linux Community |
---|
Perl - FileHandles that crash memory |
crash dump |
HP-UX 11iv3 crash on integrity bl870c during os kernel boot |
script to grep only the lasts errors |
Sudden application crash in servers |