public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/14738] New: Stop overuse of _stp_error for warning conditions
@ 2012-10-18  2:12 fche at redhat dot com
  2012-10-19 14:18 ` [Bug translator/14738] " fche at redhat dot com
  2015-12-04 15:31 ` fche at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: fche at redhat dot com @ 2012-10-18  2:12 UTC (permalink / raw)
  To: systemtap


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

             Bug #: 14738
           Summary: Stop overuse of _stp_error for warning conditions
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


It is not unusual for some probe types (massive uprobes or kprobes) to suffer
partial failures in the form of registration errors.  The user is often
notified of these errors with an _stp_error ("... registration error ...") type
message, which results in staprun exiting with a failing rc.  In fact, these
are not errors in the overall sense, since the systemtap probing session went
on without them.  They should just have been _stp_warn's.

(The runtime is also implicated.  e.g. uprobes registration warnings can bubble
up as mmap-callback failures, which also go through _stp_error.)

The gist is that if we use _stp_error, it should be for cases that are going to
shut down the systemtap session pretty quickly, not for cases that permit its
continuation.

-- 
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] 3+ messages in thread

* [Bug translator/14738] Stop overuse of _stp_error for warning conditions
  2012-10-18  2:12 [Bug translator/14738] New: Stop overuse of _stp_error for warning conditions fche at redhat dot com
@ 2012-10-19 14:18 ` fche at redhat dot com
  2015-12-04 15:31 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fche at redhat dot com @ 2012-10-19 14:18 UTC (permalink / raw)
  To: systemtap

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

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> 2012-10-19 14:18:41 UTC ---
This is a test.  Please do not adjust your set.  We control the horizontal and
the vertical.

-- 
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] 3+ messages in thread

* [Bug translator/14738] Stop overuse of _stp_error for warning conditions
  2012-10-18  2:12 [Bug translator/14738] New: Stop overuse of _stp_error for warning conditions fche at redhat dot com
  2012-10-19 14:18 ` [Bug translator/14738] " fche at redhat dot com
@ 2015-12-04 15:31 ` fche at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: fche at redhat dot com @ 2015-12-04 15:31 UTC (permalink / raw)
  To: systemtap

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

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Frank Ch. Eigler <fche at redhat dot com> ---
This is better now; further cases to handled with more pinpointed BZ's.

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

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

end of thread, other threads:[~2015-12-04 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-18  2:12 [Bug translator/14738] New: Stop overuse of _stp_error for warning conditions fche at redhat dot com
2012-10-19 14:18 ` [Bug translator/14738] " fche at redhat dot com
2015-12-04 15:31 ` fche at redhat dot com

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