This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/11710] New: on s390x, all nd_syscall probes fail


Similar to bug #11701, on s390x I get wrong values for arguments using the
nd_syscall tapset.  For example:

# stap -e 'probe nd_syscall.open { println(argstr) }' -c 'cat /dev/null'
NULL, O_RDONLY
NULL, O_RDONLY
"", O_RDONLY|O_APPEND|O_DIRECTORY|O_LARGEFILE|O_NOCTTY|O_NOFOLLOW|O_NONBLOCK
"", O_RDONLY|O_APPEND|O_DIRECTORY|O_LARGEFILE|O_NOCTTY|O_NOFOLLOW|O_NONBLOCK
"en_US.utf8",
O_RDONLY|O_APPEND|O_CREAT|O_DIRECTORY|O_EXCL|O_LARGEFILE|O_NOFOLLOW|O_NONBLOCK,
01777777777777740706360
"en_US.utf8",
O_RDONLY|O_APPEND|O_CREAT|O_DIRECTORY|O_EXCL|O_LARGEFILE|O_NOFOLLOW|O_NONBLOCK,
01777777777777740706360
NULL, O_RDONLY
NULL, O_RDONLY

-- 
           Summary: on s390x, all nd_syscall probes fail
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: dsmith at redhat dot com
  GCC host triplet: s390x


http://sourceware.org/bugzilla/show_bug.cgi?id=11710

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]