[Bug tapsets/17928] A number of the systemtap.syscall/syscall.exp tests fail on 32-bit arm because size_t sign extended to 64-bit value
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Feb 4 21:34:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=17928
Josh Stone <jistone at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jistone at redhat dot com
--- Comment #1 from Josh Stone <jistone at redhat dot com> ---
I believe these are just facing the symptoms of syscall wrappers, where every
argument is a simple C long, and an inlined syscall function has the proper
types. So the outer function we probe for .call/return doesn't know signs.
This would be the ongoing work for bug 16716. For a size_t argument, it should
probably be wrapped __ulong(), as syscall.read does for its $count argument.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list