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-7.7.tar.bz2 | 0017763226 16.9 MB | |
crash-4096-cpus-x86_64.diff | 0000000744 744 Bytes | |
crash-Makefile-ADD_CFLAGS | 0000002127 2.08 KB | |
crash-compressed-kernel | 0000013360 13 KB | |
crash-crosscrash-hint.diff | 0000000856 856 Bytes | |
crash-improve-find-extension.diff | 0000006188 6.04 KB | |
crash-make-emacs-default.diff | 0000000655 655 Bytes | |
crash-sles9-quirk.patch | 0000002633 2.57 KB | |
crash-sles9-time.patch | 0000002464 2.41 KB | |
crash.changes | 0000045962 44.9 KB | |
crash.spec | 0000005607 5.48 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 127 (latest revision is 395)
Bernhard Walle (bwalle)
committed
(revision 127)
- Update to 4.0-7.7 o Dynamic page size detection on PPC64 and IA64. o Fix for "mod -[sS]" command if the target module object filename contains both underscore and dash characters. o Reject s390 and s390x "L2^B" local label symbols from the kernel symbol list. o Enlarge the string format buffer in the show_last_run() function to prevent a buffer overflow when running "ps -l". o Fix for "bt -a" to continue with the backtraces of the remaining active tasks when one of them encounters a fatal error. o Only allow trusted versions of .crashrc and .gdbinit files to be sourced during session initialization. o Fix for a potential but highly unlikely buffer overflow in the gdb dwarfread.c and dwarf2read.c files, which requires a hand- crafted object file with a location block (DW_FORM_block) that contains a large number of operations. o Fix for a potential but highly unlikely integer overflow in the Binary File Descriptor (BFD) library, which requires a hand- crafted object file that that specifies a large number of section headers, leading to a heap-based buffer overflow. o Enable stack unwind on ia64 when using a kerntypes file as the kernel namelist. o Fix for failure of "files -R" command option if an inode is unknown due to a NULL f_dentry pointer in any open file structure because of a kernel error condition. o Allow an LKCD kerntypes debuginfo file created from a kernel module to be loaded with the command: "mod -s <module> <kerntypes-file>". o Increased NR_CPUS from 256 to 512 for x86_64, and from 128 to 1024 for ppc64. - Delete crash-fix_ps-l_buffer_overflow.patch: Mainline. - Delete crash-pagesize.diff: Mainline. - Delete crash-ppc64-nr_cpus.diff: Mainline. - Delete crash-s390-System.map-limit.diff: Mainline. - Delete crash-unwind-lkcd.diff: Mainline.
Comments 0