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 |
---|---|---|
Module.supported | 0000000009 9 Bytes | |
README.SUSE | 0000000776 776 Bytes | |
_link | 0000000140 140 Bytes | |
crash-8.0.3.tar.gz | 0001330456 1.27 MB | |
crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-addre |
0000001776 1.73 KB | |
crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM |
0000001946 1.9 KB | |
crash-allow-use-of-sadump-captured-KASLR-kernel.pa |
0000001296 1.27 KB | |
crash-compressed-booted-kernel.patch | 0000001881 1.84 KB | |
crash-debuginfo-compressed.patch | 0000002228 2.18 KB | |
crash-enable-zstd-support.patch | 0000000628 628 Bytes | |
crash-extensions-rule-for-defs.patch | 0000000317 317 Bytes | |
crash-fix-glibc-redefs.patch | 0000000865 865 Bytes | |
crash-gdb-10.2.series | 0000000033 33 Bytes | |
crash-gdb-gnulib-define-warndecl.patch | 0000001066 1.04 KB | |
crash-kmp-preamble | 0000000020 20 Bytes | |
crash-make-emacs-default.diff | 0000000778 778 Bytes | |
crash-patch-gdb.patch | 0000000832 832 Bytes | |
crash-rpmlintrc | 0000000262 262 Bytes | |
crash-sial-ps-2.6.29.diff | 0000000444 444 Bytes | |
crash-sles9-quirk.patch | 0000002627 2.57 KB | |
crash-sles9-time.patch | 0000002906 2.84 KB | |
crash-stop_read_error_when_intent_is_retry.patch | 0000001222 1.19 KB | |
crash-usrmerge.patch | 0000002025 1.98 KB | |
crash.changes | 0000199231 195 KB | |
crash.spec | 0000009594 9.37 KB | |
crash_enable_lzo_support.patch | 0000000197 197 Bytes | |
crash_enable_snappy_support.patch | 0000000411 411 Bytes | |
crash_whitepaper-2003.tar.bz2 | 0000074717 73 KB | |
depmod.sh | 0000000221 221 Bytes | |
gcore-2011-09-22.tar.bz2 | 0000035207 34.4 KB | |
gdb-10.2.tar.gz | 0040267550 38.4 MB | |
gdb-10.2.tar.gz.sig | 0000000095 95 Bytes | |
get-kernel-flavors.sh | 0000000195 195 Bytes | |
gnu.keyring | 0002663799 2.54 MB | |
mkinitrd.sh | 0000000647 647 Bytes | |
sial-scripts-2008-02-08.tar.bz2 | 0000007236 7.07 KB |
Revision 380 (latest revision is 395)
David Mair (dmair)
accepted
request 1104081
from
David Mair (dmair)
(revision 380)
- crash has it's own definitions of some glibc functions, including strlcpy(), length limited string copy. In glibc 2.38 the second argument is const char *, in crash it is char *. The argument is the source string to copy from and shouldn't be modified. crash uses the glibc version in some places, it's own in others and the declarations are incompatible resulting in build errors. Added * crash-fix-glibc-redefs.patch to make the crash declaration of strlcpy() match the glibc 2.38 version. It may also need to be made product version conditional but it should fix Factory.
Comments 0