From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27444 invoked by alias); 6 Sep 2013 16:33:10 -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 27416 invoked by uid 48); 6 Sep 2013 16:33:07 -0000 From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/15937] New: On arm fc19 unable to find $whence argment for kernel.function("sys_llseek").call Date: Fri, 06 Sep 2013 16:33:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: wcohen 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: 2013-q3/txt/msg00265.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=15937 Bug ID: 15937 Summary: On arm fc19 unable to find $whence argment for kernel.function("sys_llseek").call Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator Assignee: systemtap at sourceware dot org Reporter: wcohen at redhat dot com When reviewing the test results on arm machines running fc19 I found that systemtap wasn't able to find the $whence argument for kernel.function(sys_llseek").call and this was causing a number of tests to fail. On a trimslice arm machine running: $ uname -a Linux dhcp129-3.rdu.redhat.com 3.10.10-200.fc19.armv7hl #1 SMP Fri Aug 30 00:21:28 UTC 2013 armv7l armv7l armv7l GNU/Linux I can replicate the problem with: $ stap -e 'probe kernel.function("sys_llseek").call{ printf("whence =%d\n", $whence)}' semantic error: No cfa_ops supplied, but needed by DW_OP_call_frame_cfa: identifier '$whence' at :1:66 source: probe kernel.function("sys_llseek").call{ printf("whence =%d\n", $whence)} ^ Pass 2: analysis failed. [man error::pass2] However, the -L command does list it as available: $ stap -L 'kernel.function("sys_llseek").call' kernel.function("SyS_llseek@fs/read_write.c:264").call $fd:long int $offset_high:long int $offset_low:long int $result:long int $whence:long int -- You are receiving this mail because: You are the assignee for the bug.