public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/15913] New: on s390x, nd_syscall.execve fails when accessing filename
@ 2013-08-30 20:32 dsmith at redhat dot com
  2013-08-30 20:55 ` [Bug tapsets/15913] " dsmith at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dsmith at redhat dot com @ 2013-08-30 20:32 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=15913

            Bug ID: 15913
           Summary: on s390x, nd_syscall.execve fails when accessing
                    filename
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com

When using the 'filename' convenience variable from 'execve', the
syscall.execve probe works correctly on s390x:

====
# stap -e 'probe syscall.execve { printf("%s\n", filename) }' -c "sleep 0.2"
/usr/lib64/qt-3.3/bin/sleep
/usr/local/sbin/sleep
/usr/local/bin/sleep
/usr/sbin/sleep
/usr/bin/sleep
====

However, the nd_syscall.execve probe gets a copy fault:

====
# stap -e 'probe nd_syscall.execve { printf("%s\n", filename) }' -c "sleep 0.2"
ERROR: user string copy fault -14 at 0000000028ef1648 near identifier
'user_string_n' at /usr/local/share/systemtap/tapset/uconversions.stp:120:10
WARNING: Number of errors: 1, skipped probes: 1
WARNING: /usr/local/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]
====

(I'm sure this has something to do with the odd s390x argument passing.
Normally, if you are in a syscall, the 'orig_gpr2' register has the 1st
argument, while in a regular kernel function the 'r2' register has the 1st
argument.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

end of thread, other threads:[~2013-10-17 18:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 20:32 [Bug tapsets/15913] New: on s390x, nd_syscall.execve fails when accessing filename dsmith at redhat dot com
2013-08-30 20:55 ` [Bug tapsets/15913] " dsmith at redhat dot com
2013-09-03 19:36 ` dsmith at redhat dot com
2013-10-17 18:51 ` dsmith at redhat dot com
2013-10-17 18:52 ` [Bug tapsets/15913] on s390x, nd_syscall testsuite failures when accessing arguments 1 and 6 dsmith 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).