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.5.tar.gz | 0032041800 30.6 MB | |
crash-compressed-booted-kernel.patch | 0000001856 1.81 KB | |
crash-debuginfo-compressed.patch | 0000002193 2.14 KB | |
crash-gdb-7.6-add-powerpc64le-linux.patch | 0000001219 1.19 KB | |
crash-gdb-7.6-bound_minimal_symbol.patch | 0000065644 64.1 KB | |
crash-gdb-7.6-floatformat.patch | 0000003096 3.02 KB | |
crash-gdb-7.6-ppc64-ELFv2-trampoline-match.patch | 0000013398 13.1 KB | |
crash-gdb-7.6-ppc64_sysv_abi_push_float.patch | 0000007854 7.67 KB | |
crash-gdb-7.6-ppc64le.patch | 0000052759 51.5 KB | |
crash-gdb-7.6-ppc_insns_match_pattern.patch | 0000013957 13.6 KB | |
crash-gdb-7.6-update-autoconf-2013-04-24.patch | 0000005491 5.36 KB | |
crash-gdb-7.6-update-autoconf-2013-06-10.patch | 0000011041 10.8 KB | |
crash-gdb-7.6.series | 0000000322 322 Bytes | |
crash-kmp-preamble | 0000000020 20 Bytes | |
crash-make-emacs-default.diff | 0000000743 743 Bytes | |
crash-missing-declarations.patch | 0000000799 799 Bytes | |
crash-patch-gdb.patch | 0000000645 645 Bytes | |
crash-sial-ps-2.6.29.diff | 0000000444 444 Bytes | |
crash-sles9-quirk.patch | 0000002720 2.66 KB | |
crash-sles9-time.patch | 0000002667 2.6 KB | |
crash.changes | 0000137143 134 KB | |
crash.spec | 0000010718 10.5 KB | |
crash_enable_lzo_support.patch | 0000000378 378 Bytes | |
crash_whitepaper-2003.tar.bz2 | 0000074717 73 KB | |
depmod.sh | 0000000221 221 Bytes | |
eppic-switch-to-system-lib.patch | 0000031822 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 121 (latest revision is 195)
Stephan Kulow (coolo)
accepted
request 223258
from
Petr Tesařík (ptesarik)
(revision 121)
- Implementation of 7.0.5 from upstream, including patch refresh Changelog: - Fix for the "runq -g" option for kernels that are configured with CONFIG_FAIR_GROUP_SCHED, but not CONFIG_CFS_BANDWIDTH. Without the patch, the command fails with the message "runq: invalid structure member offset: cfs_rq_throttled". (vinayakm.list@gmail.com) - Add support for Xen PVH guest types introduced in Xen 4.4. Without the patch, running against a Xen 4.4 hypervisor binary would fail during session initialization with the error message "crash: invalid structure member offset: domain_is_hvm". In addition, the PVH guest type is being registered internally as an HVM guest type, the debug "help -X ofs" command's display of the domain_domain_flags offset has been fixed to show it in decimal, and the setting of the internal dc->domain_flags has been fixed to contain all flags set, not just the first one found. (dslutz@verizon.com) - Fix for the "kmem -S" command on Linux 3.1 and later kernels that are configured with CONFIG_SLUB. Because the the page structure's inuse and objects fields used by SLUB were changed from discrete u16 types to bit-fields within an unsigned int, the display of per-node partial slab statistics are incorrect. Without the patch, the TOTAL and ALLOCATED values are incorrectly shown as equal values, and therefore the FREE value is always zero. (anderson@redhat.com) - Fix for the "kmem -S" command for kernels that are configured with CONFIG_SLUB. Eash per-cpu slab object dump may show incorrect ALLOCATED and FREE values; and as seen on Linux 3.5 and later kernels, the TOTAL value and the number of individual objects dumped may also be incorrect (too small). (anderson@redhat.com) ... (forwarded request 222786 from dmair)
Comments 0