This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/17906] The test to restrict nearest probes to ABSOLUTE and RELATIVE causing unprivileged_probes.exp tests with wildcards to fail
- From: "jlebon at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 27 Feb 2015 15:40:16 +0000
- Subject: [Bug translator/17906] The test to restrict nearest probes to ABSOLUTE and RELATIVE causing unprivileged_probes.exp tests with wildcards to fail
- Auto-submitted: auto-generated
- References: <bug-17906-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=17906
Jonathan Lebon <jlebon at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Jonathan Lebon <jlebon at redhat dot com> ---
This should be fixed now with commit 3a5c85b. The remaining failures in
unprivileged_probes.exp seem to all be from the same error relating to
process(number) probes, e.g.:
eval exec stap -p2 --privilege=stapsys -e {probe
process(10).statement(0x00000000004007f0) { println ("Hello"); exit (); }} -c
./foo
semantic error: while resolving probe point: identifier 'process' at
<input>:1:7
source: probe process(10).statement(0x00000000004007f0) { println
("Hello"); exit (); }
^
semantic error: no match
Pass 2: analysis failed. [man error::pass2]
FAIL: unprivileged probes: --privilege=stapsys
process(number).statement(number)
I'll close this bug since we already have bug 17986 to track those.
--
You are receiving this mail because:
You are the assignee for the bug.