public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Can't access argument of process marker
@ 2010-06-25 15:33 Wenji Huang
  2010-06-25 17:23 ` Josh Stone
  0 siblings, 1 reply; 3+ messages in thread
From: Wenji Huang @ 2010-06-25 15:33 UTC (permalink / raw)
  To: SystemTAP

Hi,

I got the failure when running test semok/thirtysix.stp. The error
is triggered by the following script,

$ stap -e 'probe process("stap").mark("*")? { 
println(@defined($arg1)?$arg1:$nosuchvar) }'
semantic error: invalid argument number: identifier '$nosuchvar' at 
<input>:1:66
         source: probe process("stap").mark("*")? { 
println(@defined($arg1)?$arg1:$nosuchvar) }
 
           ^
Pass 2: analysis failed.  Try again with another '--vp 01' option.

It seems arguments of marker aren't accessible. Moreover, I think
it's not very accurate to complain "invalid argument number". In fact, 
the variable doesn't follow the naming rule, it's better to make
a little modification and give some hints like $argN.


Regards,
Wenji

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-25 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-25 15:33 Can't access argument of process marker Wenji Huang
2010-06-25 17:23 ` Josh Stone
2010-06-25 18:24   ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).