[Bug tapsets/4913] New: probe syscall.* fails on i386 systems with systemtap-20070804
srinivasa at in dot ibm dot com
sourceware-bugzilla@sourceware.org
Fri Aug 10 08:18:00 GMT 2007
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.
More information about the Systemtap
mailing list