Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
crash: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
- Summary
- 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.
Changelog
- * Thu Jul 5 19:00:00 2007 Dave Anderson <anderson{%}redhat{*}com> 4.0-4.3.0
- Fix for x86 and x86_64 disassembly due to embedded "ud2a"
instructions used for kernel BUG() implementation.
- Resolves: rhbz#233707
- Fix for segmentation violation when the incorrect vmlinux file
is used as a crash command-line argument on a live system.
- Resolves: rhbz#244099
- * Fri Nov 3 18:00:00 2006 Dave Anderson <anderson{%}redhat{*}com> 4.0-3.9
- Updated crash.patch to upstream version 4.0-3.9:
- Fixes the "swap" command so that it will not truncate the
leading "/dev" portion of the pathname of each listed
swap device file. (BZ #197285)
- Contains a new "s390dbf" command, which displays traces written
by s390/s390x kernels' s390debug feature. (BZ #211142)
- Prevents the logging of floating point assist faults on
on ia64 machines. (BZ #211652)
- Resolves: rhbz#197285 rhbz#211142 rhbz#211652
- * Thu May 25 19:00:00 2006 Dave Anderson <anderson{%}redhat{*}com> 4.0-2.30
- Updated fix for x86_64 "vm -p" failure w/read error on "pml page".
BZ #193061