[Bug dyninst/15052] externalvar.exp fails with dyninst
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Aug 5 18:07:00 GMT 2013
http://sourceware.org/bugzilla/show_bug.cgi?id=15052
--- Comment #2 from David Smith <dsmith at redhat dot com> ---
Here's an update on this bug.
The testcase itself has been cleaned up a bit by the following commit:
commit b5ca36bda9c8a5c83eb594ed4a29a3414038792f
Author: Josh Stone <jistone@redhat.com>
Date: Mon Jun 24 17:10:08 2013 -0700
Mark externalvar.exp as KFAIL on stapdyn, PR15052
Some of the underlying functionality has also changed. We no longer get compile
errors, instead we get the following error message:
====
# stap --runtime=dyninst -d testsuite/libexternalvar.so -d
testsuite/externalvar -c testsuite/externalvar
testsuite/systemtap.base/externalvar.stp
cmd output: semantic error: VMA-tracking is only supported by the kernel
runtime (PR15052): identifier '$libvar' at
testsuite/systemtap.base/externalvar.stp:42:27
source: printf("libvar = %d\n", $libvar);
^
Pass 2: analysis failed. [man error::pass2]
====
The underlying relocation problem is still present.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list