2004-09-09 03:56:49 +00:00
|
|
|
#
|
|
|
|
# crash core analysis suite
|
|
|
|
#
|
2004-09-09 03:57:03 +00:00
|
|
|
Summary: crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles
|
2004-09-09 03:56:49 +00:00
|
|
|
Name: crash
|
2006-01-04 19:34:13 +00:00
|
|
|
Version: 4.0
|
2006-05-15 20:33:11 +00:00
|
|
|
Release: 2.26.2
|
2004-09-09 03:56:49 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Development/Debuggers
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
2006-05-15 20:09:33 +00:00
|
|
|
URL: http://people.redhat.com/anderson
|
2004-09-09 03:56:49 +00:00
|
|
|
ExclusiveOS: Linux
|
2005-02-10 18:39:42 +00:00
|
|
|
ExclusiveArch: i386 ia64 x86_64 ppc64
|
2004-09-09 03:56:49 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-root
|
|
|
|
BuildRequires: ncurses-devel zlib-devel
|
|
|
|
Patch0: crash.patch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The core analysis suite is a self-contained tool that can be used to
|
|
|
|
investigate either live systems, kernel core dumps created from the
|
2004-09-09 03:57:03 +00:00
|
|
|
netdump and diskdump packages from Red Hat Linux, the mcore kernel patch
|
|
|
|
offered by Mission Critical Linux, or the LKCD kernel patch.
|
2004-09-09 03:56:49 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n %{name}-%{version}
|
2004-09-09 03:57:09 +00:00
|
|
|
%patch0 -p1 -b crash.patch
|
2004-09-09 03:56:49 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make RPMPKG="%{version}-%{release}"
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
mkdir -p %{buildroot}/usr/bin
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man8
|
|
|
|
cp crash.8 %{buildroot}%{_mandir}/man8/crash.8
|
|
|
|
|
2006-01-04 19:34:13 +00:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2004-09-09 03:56:49 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/bin/crash
|
|
|
|
%{_mandir}/man8/crash.8*
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%changelog
|
2006-05-15 20:33:11 +00:00
|
|
|
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.2
|
|
|
|
- Updated crash.patch such that <asm/segment.h> is not #include'd
|
|
|
|
by lkcd_x86_trace.c; also for BZ #191719
|
|
|
|
|
2006-05-15 20:09:33 +00:00
|
|
|
* Mon May 15 2006 Dave Anderson <anderson@redhat.com> - 4.0-2.26.1
|
|
|
|
- Updated crash.patch to bring it up to 4.0-2.26, which should
|
|
|
|
address BZ #191719 - "crash fails to build in mock"
|
|
|
|
|
2006-02-07 11:18:14 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.0-2.18.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-04 19:34:13 +00:00
|
|
|
* Wed Jan 04 2006 Dave Anderson <anderson@redhat.com> 4.0-2.18
|
|
|
|
- Updated source package to crash-4.0.tar.gz, and crash.patch
|
|
|
|
to bring it up to 4.0-2.18.
|
|
|
|
|
2005-12-09 22:40:06 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-03 17:01:59 +00:00
|
|
|
* Thu Mar 03 2005 Dave Anderson <anderson@redhat.com> 3.10-13
|
|
|
|
- Compiler error- and warning-related fixes for gcc 4 build.
|
|
|
|
- Update to enhance x86 and x86_64 gdb disassembly output so as to
|
|
|
|
symbolically display call targets from kernel module text without
|
|
|
|
requiring module debuginfo data.
|
|
|
|
- Fix hole where an ia64 vmcore could be mistakenly accepted as a
|
|
|
|
usable dumpfile on an x86_64 machine, leading eventually to a
|
|
|
|
non-related error message.
|
2005-03-02 14:56:53 +00:00
|
|
|
* Wed Mar 02 2005 Dave Anderson <anderson@redhat.com> 3.10-12
|
|
|
|
- rebuild (gcc 4)
|
2005-02-10 18:39:42 +00:00
|
|
|
* Thu Feb 10 2005 Dave Anderson <anderson@redhat.com> 3.10-9
|
|
|
|
- Updated source package to crash-3.10.tar.gz, containing
|
|
|
|
IBM's final ppc64 processor support for RHEL4
|
|
|
|
- Fixes potential "bt -a" hang on dumpfile where netdump IPI interrupted
|
|
|
|
an x86 process while executing the instructions just after it had entered
|
|
|
|
the kernel for a syscall, but before calling the handler. BZ #139437
|
|
|
|
- Update to handle backtraces in dumpfiles generated on IA64 with the
|
|
|
|
INIT switch (functionality intro'd in RHEL3-U5 kernel). BZ #139429
|
|
|
|
- Fix for handling ia64 and x86_64 machines booted with maxcpus=1 on
|
|
|
|
an SMP kernel. BZ #139435
|
|
|
|
- Update to handle backtraces in dumpfiles generated on x86_64 from the
|
|
|
|
NMI exception stack (functionality intro'd in RHEL3-U5 kernel).
|
|
|
|
- "kmem -[sS]" beefed up to more accurately verify slab cache chains
|
|
|
|
and report errors found.
|
|
|
|
- Fix for ia64 INIT switch-generated backtrace handling when
|
|
|
|
init_handler_platform() is inlined into ia64_init_handler();
|
|
|
|
properly handles both RHEL3 and RHEL4 kernel patches.
|
|
|
|
BZ #138350
|
|
|
|
- Update to enhance ia64 gdb disassembly output so as to
|
|
|
|
symbolically display call targets from kernel module
|
|
|
|
text without requiring module debuginfo data.
|
|
|
|
|
2004-09-09 03:58:15 +00:00
|
|
|
* Wed Jul 14 2004 Dave Anderson <anderson@redhat.com> 3.8-5
|
|
|
|
- bump release for fc3
|
|
|
|
|
|
|
|
* Tue Jul 13 2004 Dave Anderson <anderson@redhat.com> 3.8-4
|
|
|
|
- Fix for gcc 3.4.x/gdb issue where vmlinux was mistakenly presumed non-debug
|
|
|
|
|
2004-09-09 03:57:09 +00:00
|
|
|
* Fri Jun 25 2004 Dave Anderson <anderson@redhat.com> 3.8-3
|
|
|
|
- remove (harmless) error message during ia64 diskdump invocation when
|
|
|
|
an SMP system gets booted with maxcpus=1
|
|
|
|
- several 2.6 kernel specific updates
|
|
|
|
|
2004-09-09 03:57:03 +00:00
|
|
|
* Thu Jun 17 2004 Dave Anderson <anderson@redhat.com> 3.8-2
|
|
|
|
- updated source package to crash-3.8.tar.gz
|
|
|
|
- diskdump support
|
|
|
|
- x86_64 processor support
|
|
|
|
|
2004-09-09 03:56:49 +00:00
|
|
|
* Mon Sep 22 2003 Dave Anderson <anderson@redhat.com> 3.7-5
|
|
|
|
- make bt recovery code start fix-up only upon reaching first faulting frame
|
|
|
|
|
|
|
|
* Fri Sep 19 2003 Dave Anderson <anderson@redhat.com> 3.7-4
|
|
|
|
- fix "bt -e" and bt recovery code to recognize new __KERNEL_CS and DS
|
|
|
|
|
|
|
|
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-3
|
|
|
|
- patch to recognize per-cpu GDT changes that redefine __KERNEL_CS and DS
|
|
|
|
|
|
|
|
* Wed Sep 10 2003 Dave Anderson <anderson@redhat.com> 3.7-2
|
|
|
|
- patches for netdump active_set determination and slab info gathering
|
|
|
|
|
|
|
|
* Wed Aug 20 2003 Dave Anderson <anderson@redhat.com> 3.7-1
|
|
|
|
- updated source package to crash-3.7.tar.gz
|
|
|
|
|
|
|
|
* Wed Jul 23 2003 Dave Anderson <anderson@redhat.com> 3.6-1
|
|
|
|
- removed Packager, Distribution, and Vendor tags
|
|
|
|
- updated source package to crash-3.6.tar.gz
|
|
|
|
|
|
|
|
* Fri Jul 18 2003 Jay Fenlason <fenlason@redhat.com> 3.5-2
|
|
|
|
- remove ppc from arch list, since it doesn't work with ppc64 kernels
|
|
|
|
- remove alpha from the arch list since we don't build it any more
|
|
|
|
|
|
|
|
* Fri Jul 18 2003 Matt Wilson <msw@redhat.com> 3.5-1
|
|
|
|
- use %%defattr(-,root,root)
|
|
|
|
|
|
|
|
* Tue Jul 15 2003 Jay Fenlason <fenlason@redhat.com>
|
|
|
|
- Updated spec file as first step in turning this into a real RPM for taroon.
|
|
|
|
- Wrote man page.
|