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.1.0.tar.bz2 | 0017836573 17 MB | |
crash-Makefile-ADD_CFLAGS | 0000002166 2.12 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 | 0000057209 55.9 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 134 (latest revision is 395)
Petr Tesařík (ptesarik)
committed
(revision 134)
- Update to 4.1.0 o Fix "extend" regression on s390x and x86, introduced in crash 4.0.9 with the "-x" option o Cleanup top-level source files to address compiler warnings generated by the CFLAGS used in the Fedora build environment o Fix "pte" on s390 and s390x if the pte value argument evaluates as not present o Allow command redirection to pipes or files when using gdb commands alone on the command line without preceding it with "gdb" o Fix the processing of bit fields on big endian systems in the SIAL extension module o Fix "dis -l" to properly display line-number information for 2.6.21 and later x86_64 kernel module text addresses o Prevent querying the embedded gdb module for line numbers of kernel module text addresses if the module's debuginfo data has not been loaded o New option "ps -G" to restrict the process status output to the thread group leader of a thread group o Several fixes for the "repeat" command when used in conjunction with an input file. Without the patch: - Depending upon the command executed from the input file, a SIGINT would kill the command currently being executed from the input file, but the "repeat" command would then restart it. - If a command in the input file redirected its output to a pipe, the repeat operation could stop prematurely after executing that particular command. - If a command in the input file redirected its output to a pipe, the zombies of the command being piped to would not be cleaned up until the repeat command was stopped. - If the last command in the input file redirected its output to a pipe, all subsequent executions of the input file would only display the output of that last command. o New extension: "trace.so" o Fix for a potential failure to initialize the kmem slab cache subsystem on 2.6.22 and later CONFIG_SLAB kernels if the dumpfile has pages excluded by the makedumpfile facility o Fix a potential session initialization failure on x86_64 kernels if the dumpfile has pages excluded by the makedumpfile facility o Fix "kmem -z" on 2.6.29 and later kernels o Fix "irq" on 2.6.29 and later CONFIG_SPARSE_IRQ kernels o Fix "kmem -i" on 2.6.31 kernels o Fix "kmem -i" on x86_64 running 2.6.26 through 2.6.30 o Fix "kmem -p" on older 64-bit kernels that have a 32-bit page.flags field o Fix "kmem -i" on older kernels whose unreferenced page.count value was -1 (instead of 0) o Change the cursor location when cycling through the command history in "vi" editing mode (the default)
Comments 0