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 translator/11785] some $foo$ pretty-printing bugs


------- Additional Comments From fche at redhat dot com  2010-07-02 16:47 -------
Another one, interplay of auto-saved entry parameters from .return probe
(pre-@entry)

 sudo ./stap -e 'probe kernel.function("do_path_lookup").return { log(pp(). " ".
$nd$$) } probe timer.s(10) {exit()}'    
semantic error: type mismatch (string vs. long): identifier '$nd$$' at <input>:1:65
        source: probe kernel.function("do_path_lookup").return { log(pp(). " ".
$nd$$) } probe timer.s(10) {exit()}
                                                                                ^
.....

whereas without the .return or @entry($nd$$) it works.


-- 


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

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