This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/15671] systemtap (rpm version) can't find debuginfo for @var() use


http://sourceware.org/bugzilla/show_bug.cgi?id=15671

--- Comment #2 from Mark Wielaard <mjw at redhat dot com> ---
/usr/bin/stap -ve 'probe process.mark("pass*") { printf("%p\n",
@var("morehelp@session.cxx")) }' -c '/usr/bin/stap --help'

Seems to work on RHEL6 with systemtap-1.8-7.el6.x86_64 (although at runtime the
@var seems to resolve to NULL).

Gives "semantic error: target-symbol requires debuginfo: operator '@var'" on
Fedora 19 pre-release with systemtap-2.2.1-1.fc19.x86_64.

Also fails with git version of translator/driver (version 2.3/0.155, commit
release-2.2.1-175-gb5ca36b). But only on the system installed /usr/bin/stap but
not on itself. (On itself it also works at runtime.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]