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/4913] New: probe syscall.* fails on i386 systems with systemtap-20070804


When I use probe syscall.* with the latest systemtap-20070804-snapshot,I got
below  error
============================================
[root@veda obj]# ./stap -e 'probe syscall.* {}'
semantic error: no match for probe point while resolving probe point
kernel.function("compat_do_execve")
semantic error: no match for probe point while resolving probe point
kernel.function("compat_sys_semtimedop")
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.
===============================================

Looks like "compat_do_execve" and "compat_sys_semtimedop" syscall probes are
moved to generic systemcall.stp tapsets(Instead of architecture specific
systemcall tapset), Hence the error.

-- 
           Summary: probe syscall.* fails on i386 systems with systemtap-
                    20070804
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com


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

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