Bug 219099 - systemtap broken in FC6
Summary: systemtap broken in FC6
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: systemtap
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Frank Ch. Eigler
QA Contact: Radek Bíba
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-10 20:45 UTC by David Zeuthen
Modified: 2013-03-06 03:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-12-11 17:13:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Zeuthen 2006-12-10 20:45:57 UTC
Trying this example from the man page fails

[davidz@hook ~]$ stap -p2 -e 'probe kernel.function("*") {}' | sort | uniq
semantic error: libdwfl failure (dwfl_linux_kernel_report_kernel): No such file
or directory
Ensure kernel debuginfo is installed
while: resolving probe point kernel.function("*")
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

[davidz@hook ~]$ rpm -qa |grep kernel
kernel-devel-2.6.18-1.2798.fc6
kernel-2.6.18-1.2849.fc6
kernel-debuginfo-2.6.18-1.2798.fc6
kernel-devel-2.6.18-1.2849.fc6
kernel-headers-2.6.18-1.2849.fc6
kernel-debuginfo-common-2.6.18-1.2798.fc6
kernel-2.6.18-1.2798.fc6

[davidz@hook ~]$ rpm -qa|grep systemtap
systemtap-0.5.10-1.fc6
systemtap-runtime-0.5.10-1.fc6

Comment 1 David Zeuthen 2006-12-11 17:13:58 UTC
Ugh, my kernel-debuginfo packages didn't match my kernel packages. It works with
the right packages (and works very well, thanks for systemtap!)



Note You need to log in before you can comment on or make changes to this bug.