From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29937 invoked by alias); 19 Sep 2014 13:39:54 -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 29907 invoked by uid 48); 19 Sep 2014 13:39:51 -0000 From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/17414] New: rhel7/ppc64: "stap -p4 -e 'probe nfsd.open{ println(fh) }'" semantic error Date: Fri, 19 Sep 2014 13:39:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak at redhat dot com X-Bugzilla-Status: NEW 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_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: 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: 2014-q3/txt/msg00282.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17414 Bug ID: 17414 Summary: rhel7/ppc64: "stap -p4 -e 'probe nfsd.open{ println(fh) }'" semantic error Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: mcermak at redhat dot com On rhel7/ppc64 I see following semantic error: .qa. 7.0 S ppc64 # stap --version Systemtap translator/driver (version 2.7/0.158, rpm 2.7-1.mcermak.b6eb07f.el7) Copyright (C) 2005-2014 Red Hat, Inc. and others This is free software; see the source for copying conditions. enabled features: AVAHI LIBRPM LIBSQLITE3 NSS BOOST_SHARED_PTR TR1_UNORDERED_MAP NLS DYNINST JAVA LIBVIRT LIBXML2 .qa. 7.0 S ppc64 # uname -r 3.10.0-123.6.3.el7.ppc64 .qa. 7.0 S ppc64 # .qa. 7.0 S ppc64 # .qa. 7.0 S ppc64 # stap -p4 -e 'probe nfsd.open{ println(fh) }' semantic error: not accessible at this address (pc: 0x18178) [man error::dwarf]: identifier '$fhp' at /usr/share/systemtap/tapset/linux/nfsd.stp:1100:16 dieoffset: 0x4e6a8 from /usr/lib/debug/lib/modules/3.10.0-123.6.3.el7.ppc64/kernel/fs/nfsd/nfsd.ko.debug function: nfsd_open at fs/nfsd/vfs.c:814 inlined by nfsd_read at fs/nfsd/vfs.c:1120 alternative locations: [0x18190,0x1819f], [0x1819f,0x18228], [0x18228,0x1852c], [0x1852c,0x1859c], [0x1859c,0x186b0], [0x186b0,0x186bc], [0x186bc,0x186ec] source: fh = __svc_fh($fhp) ^ Pass 2: analysis failed. [man error::pass2] .qa. 7.0 S ppc64 # Please, review. -- You are receiving this mail because: You are the assignee for the bug.