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.
- Links to Kernel:kdump / crash
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:X0F:HSF:Kernel/crash && cd $_
- Create Badge
Refresh
Refresh
Source Files
Revision 4 (latest revision is 5)
Sergey Kondakov (X0F)
committed
(revision 4)
- Fix build on ppc64 - it needs full TOC as much as ppc64le. - Fix module loading (bsc#1190743 ltc#194414). + crash-mod-fix-module-object-file-lookup.patch - Kernel commit 5c83511bdb9832c86be20fb86b783356e2f58062 removed pv_init_ops, and commit 054ac8ad5ebe4a69e1f0e842483821ddbe560121 removed the Xen-specific paravirt patch function. As a result, pvops Xen dumps are no longer recognized as Xen dumps, and virtual-to-physical translation fails. Use the value of xen_start_info to determine whether the kernel is running in Xen PV mode. As suggested by Juergen Gross. (bsc#1187634) + crash-xen-pvops.patch
Comments 0