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 | 0000000656 656 Bytes | |
_link | 0000000140 140 Bytes | |
crash-7.0.2.tar.gz | 0032017268 30.5 MB | |
crash-compressed-booted-kernel.patch | 0000002003 1.96 KB | |
crash-crosscrash-hint.diff | 0000000856 856 Bytes | |
crash-debuginfo-compressed.patch | 0000002106 2.06 KB | |
crash-kmp-preamble | 0000000020 20 Bytes | |
crash-make-emacs-default.diff | 0000000659 659 Bytes | |
crash-missing-declarations.patch | 0000000708 708 Bytes | |
crash-rl_digit_loop-return.patch | 0000000495 495 Bytes | |
crash-sial-ps-2.6.29.diff | 0000000444 444 Bytes | |
crash-sles9-quirk.patch | 0000002633 2.57 KB | |
crash-sles9-time.patch | 0000002667 2.6 KB | |
crash.changes | 0000143456 140 KB | |
crash.spec | 0000010058 9.82 KB | |
crash_enable_lzo_support.patch | 0000000197 197 Bytes | |
crash_whitepaper-2003.tar.bz2 | 0000074717 73 KB | |
depmod.sh | 0000000221 221 Bytes | |
eppic-switch-to-system-lib.patch | 0000031604 30.9 KB | |
gcore-2011-09-22.tar.bz2 | 0000035207 34.4 KB | |
get-kernel-flavors.sh | 0000000195 195 Bytes | |
mkinitrd.sh | 0000000647 647 Bytes | |
rpmlintrc | 0000000262 262 Bytes | |
sial-scripts-2008-02-08.tar.bz2 | 0000007236 7.07 KB |
Revision 217 (latest revision is 395)
Petr Tesařík (ptesarik)
accepted
request 198794
from
David Mair (dmair)
(revision 217)
- Implementation of v7.0.2 from upstream. crash-rl_digit_loop-return.patch - removed crash-missing-declarations.patch - refreshed crash-rl_digit_loop-return.patch - refreshed eppic-switch-to-system-lib.patch - refreshed 7.0.2 - Added "bison" to the BuildRequires line of the crash.spec file. Without the patch, the build of the embedded gdb-7.6 module will fail unless either /usr/bin/bison or /usr/bin/yacc are available. The failure will result in a stream of error messages from different files that indicate: multiple definition of 'main' undefined reference to 'c_parse_escape' undefined reference to 'ada_parse' undefined reference to 'ada_error' undefined reference to 'c_parse' undefined reference to 'c_error' undefined reference to 'cp_demangled_name_to_comp' undefined reference to 'cp_demangled_name_parse_free' undefined reference to 'cp_comp_to_string' undefined reference to 'cp_new_demangle_parse_info' and the build fails like so: collect2: ld returned 1 exit status make[4]: *** [gdb] Error 1 crash build failed If building with rpmbuild, the new BuildRequires "bison" entry will prevent the build from initiating unless the bison package has been installed. If building with the tar.gz file, the build attempt will proceed and fail unless either the bison or byacc (Berkeley Yacc)
Comments 0