stap error

Eugeniy Meshcheryakov eugen@debian.org
Tue Dec 11 10:07:00 GMT 2007


Hello,

11 грудня 2007 о 15:26 +0530 manjunath k написав(-ла):
>  I've setup systemtap and the following error is seen after executing the
> hello world example.
> stap -ve 'probe begin { log("hello world") exit () }'
> 
> PASS 1: pased user script and 0 library scripts in 0usr/0sys/...
                                ^
It looks like tapset was not installed or installed into wrong location.
It should be installed into $prefix/share/systemtap/tapset (by default
/usr/local/systemtap/tapset). You can try to run stap with -vve flags to
see where it searches tapset scripts.

> semantic error: unresolved arity-1 function: identifier 'log' at <input>:1:15
> semantic error: unresolved arity-0 function: identifier 'exit' at <input>:1:28
> 
> PASS 2:analysis failed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/systemtap/attachments/20071211/e42b6e8d/attachment.sig>


More information about the Systemtap mailing list