public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/10189] New: STP_START gets lost in a warning flood
@ 2009-05-22 20:45 jistone at redhat dot com
  2009-11-16  9:47 ` [Bug runtime/10189] " wenji dot huang at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jistone at redhat dot com @ 2009-05-22 20:45 UTC (permalink / raw)
  To: systemtap

This command will stall:
  stap -e 'probe begin { while (++i<100) warn("something is wrong!") }' -c true

Such a warning flood can happen, for example, when a lot of kernel.function or
kprobe.function probes fail to register.  The script is supposed to continue
anyway, but in this case the child process is waiting for a SIGUSR1 before it
begins.  That signal should be sent on an STP_START control message, but
debugging reveals that STP_START is never seen by stapio.

I suspect that the control channel is overflowing with STP_OOB_DATA for the
warnings, and so the STP_START is dropped.

-- 
           Summary: STP_START gets lost in a warning flood
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <bug-10189-1110@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2010-11-08 20:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-22 20:45 [Bug runtime/10189] New: STP_START gets lost in a warning flood jistone at redhat dot com
2009-11-16  9:47 ` [Bug runtime/10189] " wenji dot huang at oracle dot com
2009-11-17  8:06 ` wenji dot huang at oracle dot com
2009-11-17 17:31 ` fche at redhat dot com
     [not found] <bug-10189-1110@http.sourceware.org/bugzilla/>
2010-11-08 20:02 ` 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).