Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
https://github.com/crash-utility/crash
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.
- Devel package for openSUSE:Factory
-
14
derived packages
- Links to openSUSE:Factory / crash
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Kernel:kdump/crash && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000710 710 Bytes | |
crash-4.0.9.tar.bz2 | 0017825541 17 MB | |
crash-Makefile-ADD_CFLAGS | 0000002382 2.33 KB | |
crash-compressed-kernel | 0000013614 13.3 KB | |
crash-crosscrash-hint.diff | 0000000856 856 Bytes | |
crash-make-emacs-default.diff | 0000000655 655 Bytes | |
crash-sles9-quirk.patch | 0000002633 2.57 KB | |
crash-sles9-time.patch | 0000002440 2.38 KB | |
crash.changes | 0000054458 53.2 KB | |
crash.spec | 0000005454 5.33 KB | |
crash_whitepaper-2003.tar.bz2 | 0000074717 73 KB | |
rpmlintrc | 0000000071 71 Bytes | |
sial-scripts-2008-02-08.tar.bz2 | 0000007236 7.07 KB |
Revision 133 (latest revision is 395)
Petr Tesařík (ptesarik)
committed
(revision 133)
- Update to 4.0.9 o New mainline versioning o Wholesale replacement of the x86/x86_64 disassembly code in the embedded gdb-6.1 module to that used in gdb-6.8 to correctly decode the 5-byte NOP used by the function tracer o Fix compressed diskdump/kdump vmcores to properly handle page descriptor structures that are located beyond a 4GB file offset in the vmcore file o Fix the "sym <address>" command option when the address references a symbol in the vsyscall FIXMAP virtual address page in certain x86_64 kernel versions o Multiple fixes for the "bt" command on x86_64: - properly recognize vsyscall FIXMAP virtual addresses when encountered as the RIP in an exception frame. - always use the NMI exception stack when available, not the per-cpu IRQ stack of an active non-crashing task - correctly determine the frame just above an IRQ interrupt exception frame, or above an exception frame that gets handled on the process stack, such as a page fault - correctly calculate the frame size to differentiate between text return addresses and the precise text RIP address of an exception o Fix usage of a System.map file argument with 2.6.30 and later kernels to avoid "crash: symbol count overflow (trace_kmalloc)" messages o Fix usage of a System.map file argument whose symbol list does not contain an "_end" symbol. o Fix "kmem -p <address>" or "kmem <address>" when <address> is not a page structure address to avoid the annoying "kmem: WARNING: sparsemem: invalid section number: 8192" messages o Fix the snap.so extension module when run on pre-2.6.31 x86_64 kernels with more than 4GB of physical memory o Fix build of the snap.so extension module on older systems running with "make" versions 3.80 or earlier o Fix build of the sial.so extension module if /usr/bin/bison and /usr/bin/flex do not exist on the host build system o Fix for the "rd" and "vtop" commands on RHEL4 x86_64 Xen paravirtual kernels in the reading or translation of vmalloc addresses that are not in kernel module vmalloc address space o New command line option "-x" to automatically load extension modules
Comments 0