From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121029 invoked by alias); 27 Feb 2015 15:40:21 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 120731 invoked by uid 48); 27 Feb 2015 15:40:17 -0000 From: "jlebon at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/17906] The test to restrict nearest probes to ABSOLUTE and RELATIVE causing unprivileged_probes.exp tests with wildcards to fail Date: Fri, 27 Feb 2015 15:40:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jlebon at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00200.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17906 Jonathan Lebon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Jonathan Lebon --- 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 :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.