This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug kprobes/3785] mismatched kernel and debuginfo architecture causing system crashes
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 9 Jan 2007 15:13:58 -0000
- Subject: [Bug kprobes/3785] mismatched kernel and debuginfo architecture causing system crashes
- References: <20061222164617.3785.wcohen@redhat.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From wcohen at redhat dot com 2007-01-09 15:13 -------
This is caused by FC6 installing a i586 kernel and kernel-devel rather than a
i686 kernel and kernel-devel on the laptop and i686 debuginfo being installed.
Systemtap checks that the debuginfo version but not the architecture. The
mismatch causes some probes to be off. Can check that architecture information
is reasonable with
rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" | grep kernel
The kernel-debuginfo, kernel, and kernel-devel should be for the same arch.
It appears that anaconda installed the incorrect architecture kernel on the machine.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=211941
--
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |FIXED
Summary|systemtap.sample/poll_map.st|mismatched kernel and
|p dies on 2.6.18-1.2868.fc6 |debuginfo architecture
|kernel |causing system crashes
http://sourceware.org/bugzilla/show_bug.cgi?id=3785
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.