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/4910] New: some 32-bit compatibility syscalls on x86_64 are uninstrumented


Recent runs of the test suite on x86_64 machines shows a failure for the 32-bit
mmap syscall test. Looking at the linux/arch/x86_64/ia32/ia32entry.S shows a
number of different function entries for the 32-bit code beginning with
"sys32_". Many of these are wrappers for the 64-bit versions. However, some such
as sys32_mmap do not call the 64-bit implementation. Thus, that test fails.

-- 
           Summary: some 32-bit compatibility syscalls on x86_64 are
                    uninstrumented
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: wcohen at redhat dot com
  GCC host triplet: x86_64


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

------- 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]