public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/13043] New: loss of flight recorder mode stderr data
@ 2011-07-29 17:12 fche at redhat dot com
  2011-07-29 17:59 ` [Bug runtime/13043] " mjw at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fche at redhat dot com @ 2011-07-29 17:12 UTC (permalink / raw)
  To: systemtap

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.

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

* [Bug runtime/13043] loss of flight recorder mode stderr data
  2011-07-29 17:12 [Bug runtime/13043] New: loss of flight recorder mode stderr data fche at redhat dot com
@ 2011-07-29 17:59 ` mjw at redhat dot com
  2017-10-11 10:44 ` mark at klomp dot org
  2017-10-11 10:48 ` mjw at fedoraproject dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mjw at redhat dot com @ 2011-07-29 17:59 UTC (permalink / raw)
  To: systemtap

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

Mark Wielaard <mjw at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjw at redhat dot com

--- Comment #1 from Mark Wielaard <mjw at redhat dot com> 2011-07-29 17:58:27 UTC ---
The go to /dev/null.

In runtime/staprun/mainloop.c when we are in daemon_mode we redirect all output
to /dev/null. warn() messages are STP_OOB_DATA (with string prefix "WARNING: ")
which we simply eprintf(). So they go to stderr.

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

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

* [Bug runtime/13043] loss of flight recorder mode stderr data
  2011-07-29 17:12 [Bug runtime/13043] New: loss of flight recorder mode stderr data fche at redhat dot com
  2011-07-29 17:59 ` [Bug runtime/13043] " mjw at redhat dot com
@ 2017-10-11 10:44 ` mark at klomp dot org
  2017-10-11 10:48 ` mjw at fedoraproject dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mark at klomp dot org @ 2017-10-11 10:44 UTC (permalink / raw)
  To: systemtap

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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

* [Bug runtime/13043] loss of flight recorder mode stderr data
  2011-07-29 17:12 [Bug runtime/13043] New: loss of flight recorder mode stderr data fche at redhat dot com
  2011-07-29 17:59 ` [Bug runtime/13043] " mjw at redhat dot com
  2017-10-11 10:44 ` mark at klomp dot org
@ 2017-10-11 10:48 ` mjw at fedoraproject dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mjw at fedoraproject dot org @ 2017-10-11 10:48 UTC (permalink / raw)
  To: systemtap

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

Mark Wielaard <mjw at fedoraproject dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|mjw at fedoraproject dot org       |

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

end of thread, other threads:[~2017-10-11 10:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-29 17:12 [Bug runtime/13043] New: loss of flight recorder mode stderr data fche at redhat dot com
2011-07-29 17:59 ` [Bug runtime/13043] " mjw at redhat dot com
2017-10-11 10:44 ` mark at klomp dot org
2017-10-11 10:48 ` mjw at fedoraproject dot org

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).