public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/15937] New: On arm fc19 unable to find $whence argment for kernel.function("sys_llseek").call
@ 2013-09-06 16:33 wcohen at redhat dot com
  2013-09-06 17:10 ` [Bug translator/15937] " mjw at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wcohen at redhat dot com @ 2013-09-06 16:33 UTC (permalink / raw)
  To: systemtap

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 <input>: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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-07 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06 16:33 [Bug translator/15937] New: On arm fc19 unable to find $whence argment for kernel.function("sys_llseek").call wcohen at redhat dot com
2013-09-06 17:10 ` [Bug translator/15937] " mjw at redhat dot com
2013-09-06 17:31 ` mjw at redhat dot com
2013-09-07 19:20 ` wcohen at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).