Unix and Linux Discussions Tagged with crash |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
14 |
17,388 |
Cybersecurity |
|
|
|
3 |
13,001 |
OS X (Apple) |
|
|
|
6 |
17,647 |
AIX |
|
|
|
10 |
24,534 |
OS X (Apple) |
|
|
|
2 |
4,302 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,294 |
Red Hat |
|
|
|
4 |
1,991 |
Solaris |
|
|
|
0 |
1,577 |
Solaris |
|
|
|
2 |
3,371 |
Programming |
|
|
|
2 |
5,072 |
Solaris |
|
|
|
2 |
3,940 |
SCO |
|
|
|
5 |
3,003 |
Solaris |
|
|
|
6 |
4,542 |
SuSE |
|
|
|
4 |
10,409 |
Solaris |
|
|
|
0 |
3,408 |
UNIX for Advanced & Expert Users |
|
|
|
11 |
41,699 |
Linux |
|
|
|
3 |
9,170 |
Solaris |
|
|
|
2 |
8,628 |
Filesystems, Disks and Memory |
|
|
|
4 |
7,108 |
Solaris |
|
|
|
0 |
6,671 |
Linux |
|
|
|
0 |
2,192 |
UNIX and Linux RSS News |
|
|
|
0 |
1,620 |
Complex Event Processing RSS News |
|
|
|
0 |
2,318 |
UNIX and Linux RSS News |
|
|
|
2 |
5,603 |
Red Hat |
|
|
|
0 |
3,904 |
Windows & DOS: Issues & Discussions |
|
|
|
0 |
4,059 |
AIX |
|
|
|
0 |
2,613 |
UNIX and Linux RSS News |
|
|
|
0 |
2,233 |
UNIX and Linux RSS News |
|
|
|
1 |
6,580 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,647 |
Shell Programming and Scripting |
|
|
|
0 |
1,342 |
Security Advisories (RSS) |
|
|
|
2 |
3,446 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,976 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,397 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,476 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,067 |
Cybersecurity |
|
|
|
2 |
3,002 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,164 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,711 |
UNIX for Dummies Questions & Answers |
CRASH(8) BSD System Manager's Manual CRASH(8)
NAME
crash -- examine and debug system images
SYNOPSIS
crash [-M core] [-N kernel]
DESCRIPTION
The 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 ioflush
SEE ALSO
ps(1), vmstat(1), ddb(4), pstat(8)
HISTORY
The crash command appeared in NetBSD 6.0.
BSD
March 7, 2009 BSD