Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
crash-devel: 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
- * Mon Feb 25 18:00:00 2008 Dave Anderson <anderson{%}redhat{*}com> 4.0-5.0.0.1
- Create a new crash-devel package for extension modules, which installs
defs.h in /usr/include/crash.
- Resolves: rhbz#432737
- * Fri Feb 1 18:00:00 2008 Dave Anderson <anderson{%}redhat{*}com> 4.0-5.0.0
- Fix for initialization-time segmentation violation when analyzing
a vmcore in which the kernel has over-run its kernel stack,
corrupting the process thread_info structure, which is used by
the crash utility for determining the process cpu.
- Resolves: rbhz#404681
- Update "mod" command to search /lib/modules/<version>/updates
directory before the default /lib/modules/<version> directory.
- Resolves: rbhz#335061
- * 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