Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Tue Aug 12 19:00:00 2008 Dave Anderson <anderson{%}redhat{*}com> 4.0-5.0.0.2
Hotfix 3017: Fix for initialization-time SIGSEGV when a module
overwrites its own exported symbol table list.
- Resolves: rhbz#456156
- * 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