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/4770] New: syscall.compat_futimesat argument $utime should be $t


When running the testsuite on the snapshot found that the translator fail on the
buildok/syscall.stp and the systemtap.systemcall tests.


$ ../install/bin/stap -p4 ../src/testsuite/systemtap.syscall/sys.stp 
semantic error: unable to find local 'utimes' near pc 0xffffffff802a1e48
(alternatives: dfd filename t tv): identifier '$utimes' at
/home/wcohen/stap_snap_200707091638/install/share/systemtap/tapset/syscalls.stp:945:29
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Found that the argument in compat_sys_futimesat is "t" not "utime". Have a patch
that fixes the problem on the 2.6.22 and the RHEL4 kernels.

-- 
           Summary: syscall.compat_futimesat argument $utime should be $t
           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


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

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