[Bug translator/11785] New: some $foo$ pretty-printing bugs

fche at redhat dot com sourceware-bugzilla@sourceware.org
Fri Jul 2 16:44:00 GMT 2010


sudo ./stap -e 'probe kernel.trace("block_*") {println(pp()." ".$$parms$) }
probe timer.s(10) {exit()}'    
stap: ../systemtap2/tapsets.cxx:7273: void
tracepoint_var_expanding_visitor::visit_target_symbol_context(target_symbol*):
Assertion `!tsym->saved_conversion_error' failed.


sudo ./stap -e 'probe kernel.trace("block_rq_insert") {println(pp()." ".$q$) }
probe timer.s(10) {exit()}'
semantic error: too many arguments to print: identifier 'sprintf' at <input>:1:57
        source: probe kernel.trace("block_rq_insert") {println(pp()." ".$q$) }
probe timer.s(10) {exit()}

-- 
           Summary: some $foo$ pretty-printing bugs
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: fche at redhat dot com


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.



More information about the Systemtap mailing list