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-7.0.3.tar.gz | 0032020508 30.5 MB | |
crash-compressed-booted-kernel.patch | 0000002125 2.08 KB | |
crash-debuginfo-compressed.patch | 0000002228 2.18 KB | |
crash-kmp-preamble | 0000000020 20 Bytes | |
crash-make-emacs-default.diff | 0000000778 778 Bytes | |
crash-missing-declarations.patch | 0000000834 834 Bytes | |
crash-sial-ps-2.6.29.diff | 0000000444 444 Bytes | |
crash-sles9-quirk.patch | 0000002755 2.69 KB | |
crash-sles9-time.patch | 0000003026 2.96 KB | |
crash.changes | 0000121023 118 KB | |
crash.spec | 0000009937 9.7 KB | |
crash_enable_lzo_support.patch | 0000000418 418 Bytes | |
crash_whitepaper-2003.tar.bz2 | 0000074717 73 KB | |
depmod.sh | 0000000221 221 Bytes | |
eppic-switch-to-system-lib.patch | 0000031877 31.1 KB | |
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 117 (latest revision is 195)
Stephan Kulow (coolo)
accepted
request 207921
from
Petr Tesařík (ptesarik)
(revision 117)
- Implementation of 7.0.3 from upstream and patch refresh. - Fix for the ARM architecture if the backtrace unwind information cannot be gathered during session initialization. Without the patch, the two unwind-related warning messages indicating "WARNING: UNWIND: failed to gather unwind_table list" and "WARNING: UNWIND: failed to initialize module unwind tables" are followed by the fatal error message "crash: cannot hash task_struct entries". (anderson@redhat.com) - Fix for the "help -[Dn]" dumpfile information display of the GUID EFI table in the header of SADUMP dumpfiles. Without the patch, only 33 of the 36 bytes in the table are translated. (d.hatayama@jp.fujitsu.com) - Fix for the determination of the kernel NR_CPUS configurable for Linux 3.8 and later kernels that are configured with CONFIG_SLAB. Without the patch, the kernel's compiled-in NR_CPUS value was incorrectly calculated to be the sum of the kernel's NR_CPUS and MAX_NUMNODES configurables. (anderson@redhat.com) - In the next release of makedumpfile, the status field of the dumpfile header of compressed kdumps will show the compression type that was utilized. The "help -[Dn]" output has been updated to display that information. (anderson@redhat.com) - For kernels configured with CONFIG_SLAB in which an array_cache pointer referenced by a kmem_cache structure is invalid, the individual cache(s) will be marked as invalid. During session initialization, the message "crash: kmem_cache: <cache-address>: invalid array_cache pointer" will be displayed, and during runtime, attempts to access the cache(s) will result in a message indicating (forwarded request 207895 from dmair)
Comments 0