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 runtime/13043] New: loss of flight recorder mode stderr data


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

           Summary: loss of flight recorder mode stderr data
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com


% sudo stap -e 'probe timer.s(4) {log("ho")warn("yo")}'    -o foo

... prints yo on stderr and ho ho ho on foo.


% sudo stap -e 'probe timer.s(4) {log("ho")warn("yo")}' -F -o foo

... prints ho ho ho on foo, but doesn't show yo anywhere.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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