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] New: some $foo$ pretty-printing bugs


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]