This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
systemtap can't find debug info
- From: Hien Nguyen <hien at linux dot vnet dot ibm dot com>
- To: systemtap at sourceware dot org
- Date: Thu, 06 Jun 2013 10:35:42 -0700
- Subject: systemtap can't find debug info
I run the systemtap "at_avar_mark" test case on fedora 18 x86_64
and got the following error
Running ./systemtap.base/at_var_mark.exp ...
executing: stap -v ./systemtap.base/at_var_mark.stp -c {/usr/bin/stap
-p4 -e 'probe begin { log("start")}'}
spawn stap -v ./systemtap.base/at_var_mark.stp -c /usr/bin/stap -p4 -e
'probe begin { log("start")}'^M
Pass 1: parsed user script and 144 library script(s) using
260528virt/178600res/2908shr/179676data kb, in 770usr/60sys/835real ms.^M
semantic error: target-symbol requires debuginfo: operator '@var' at
./systemtap.base/at_var_mark.stp:8:19^M
source: more_addr = @var("morehelp@session.cxx");^M
^^M
^M
FAIL: at_var_mark compilation
It seems to me that systemtap can't not find the systemtap-debug info -
which is installed
[root@ibm-w520 testsuite]# rpm -qa | grep debuginfo
libselinux-debuginfo-2.1.12-7.3.fc18.x86_64
pam-debuginfo-1.1.6-3.fc18.1.x86_64
gcc-debuginfo-4.7.2-8.fc18.x86_64
kernel-debuginfo-3.9.4-200.fc18.x86_64
glibc-debuginfo-2.16-31.fc18.x86_64
coreutils-debuginfo-8.17-8.fc18.x86_64
glibc-debuginfo-common-2.16-31.fc18.x86_64
libcap-debuginfo-2.22-5.fc18.x86_64
gmp-debuginfo-5.0.5-3.fc18.x86_64
gcc-base-debuginfo-4.7.2-8.fc18.x86_64
systemtap-debuginfo-2.2.1-1.fc18.x86_64 <====
kernel-debuginfo-common-x86_64-3.9.4-200.fc18.x86_64
acl-debuginfo-2.2.51-7.fc18.x86_64
attr-debuginfo-2.4.46-7.fc18.x86_64
I wonder if anyone run into this issue, did I miss some other packages?
Thanks, Hien.