[Bug translator/15671] systemtap (rpm version) can't find debuginfo for @var() use
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Jun 25 09:23:00 GMT 2013
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.
More information about the Systemtap
mailing list