Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
The core analysis suite is a self-contained tool that can be used to
investigate either live systems, kernel core dumps created from the
netdump and diskdump packages from Red Hat Linux, the mcore kernel
patch offered by Mission Critical Linux, or the LKCD kernel patch.
- Developed at Kernel:kdump
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/crash && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000656 656 Bytes | |
crash-6.0.7.tar.gz | 0026843355 25.6 MB | |
crash-crosscrash-hint.diff | 0000000976 976 Bytes | |
crash-debuginfo-compressed.patch | 0000002106 2.06 KB | |
crash-kmp-preamble | 0000000020 20 Bytes | |
crash-make-emacs-default.diff | 0000000659 659 Bytes | |
crash-missing-declarations.patch | 0000000684 684 Bytes | |
crash-rl_digit_loop-return.patch | 0000000505 505 Bytes | |
crash-sial-ps-2.6.29.diff | 0000000444 444 Bytes | |
crash-sles9-quirk.patch | 0000002633 2.57 KB | |
crash-sles9-time.patch | 0000003060 2.99 KB | |
crash.changes | 0000109249 107 KB | |
crash.spec | 0000008679 8.48 KB | |
crash_whitepaper-2003.tar.bz2 | 0000074717 73 KB | |
depmod.sh | 0000000221 221 Bytes | |
gcore-2011-09-22.tar.bz2 | 0000035207 34.4 KB | |
get-kernel-flavors.sh | 0000000195 195 Bytes | |
mkinitrd.sh | 0000000647 647 Bytes | |
rpmlintrc | 0000000262 262 Bytes | |
sial-scripts-2008-02-08.tar.bz2 | 0000007236 7.07 KB |
Revision 106 (latest revision is 195)
Stephan Kulow (coolo)
accepted
request 123221
from
David Mair (dmair)
(revision 106)
- Update to crash 6.0.7 from upstream and adjust patches to apply without offsets. Upstream changes: o Enhanced the search command to allow the searched-for value to be entered as a crash (expression) or a kernel symbol name. The resultant value of an (expression) or kernel symbol value must fit into in the designated value size if -w or -h are used, and neither variant may be used with the -c option. If found, both the resultant value and the argument input string will be displayed next to the target address(es). o Added a new "search -t" option that will restrict the search to the kernel stack pages of all tasks. If one or more matches are found in a task's kernel stack, the output is preceded with a task-identifying header. o Fix for the s390x "bt -[tT]" options when run on an active task on a live system. Without the patch, the options fail with the message "bt: invalid/stale stack pointer for this task: 0". o Fix for s390x "vm -p" option, which may show invalid user to physical address translation data if a page is not mapped. Without the patch, a page's translation may indicate "<address> SWAP: (unknown swap location) OFFSET: 0", or show an incorrect swap offset on an actual swap device. o Added new "vm -[xd]" options to be used in conjunction with "vm -[mv]", which override the current default output format with hexadecimal or decimal format for just the command instance. Without the patch, it would require changing the default output format with "hex" or "dec" prior to executing "vm -[mv]". The new flags may also be used with "foreach vm -[mv]". o Fix for the s390x "vm -p" and "vtop -u <user-address>" commands if the page containing the relevant PTE is not mapped. Without the patch, the commands fail with the error message "vm: read . . . (forwarded request 123218 from dmair)
Comments 0