[Bug tapsets/11710] New: on s390x, all nd_syscall probes fail
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 16 20:04:00 GMT 2010
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.
More information about the Systemtap
mailing list