public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug dyninst/15481] New: stapdyn end probes fail with a -c command
@ 2013-05-17  1:52 jistone at redhat dot com
  2013-05-17  2:08 ` [Bug dyninst/15481] " jistone at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: jistone at redhat dot com @ 2013-05-17  1:52 UTC (permalink / raw)
  To: systemtap

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

             Bug #: 15481
           Summary: stapdyn end probes fail with a -c command
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dyninst
        AssignedTo: systemtap@sourceware.org
        ReportedBy: jistone@redhat.com
    Classification: Unclassified


With the new stapdyn transport, no end probes fire at all when there's a target
command given.  First command is good; the second missed 'end':

$ stap -e 'probe begin, end { println(pp()) }' --dyninst
begin
end

$ stap -e 'probe begin, end { println(pp()) }' --dyninst -c true
begin


Timing reports are similarly affected:

$ stap -e 'probe begin, end { println(pp()) }' --dyninst -t
begin
end
----- probe hit report: 
begin, (<input>:1:1), hits: 1, nsecs: 4352min/4352avg/4352max, from: begin,
index: 0
end, (<input>:1:1), hits: 1, nsecs: 481min/481avg/481max, from: begin, index: 1

$ stap -e 'probe begin, end { println(pp()) }' --dyninst -c true -t
begin
ERROR: Couldn't reserve any print buffer space
ERROR: Couldn't reserve any print buffer space
WARNING: Number of errors: 0, skipped probes: 0
WARNING: Skipped due to reentrancy: 1


A git-bisect brought me to commit 8ca891c, when the new transport was added.

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

* [Bug dyninst/15481] stapdyn end probes fail with a -c command
  2013-05-17  1:52 [Bug dyninst/15481] New: stapdyn end probes fail with a -c command jistone at redhat dot com
@ 2013-05-17  2:08 ` jistone at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: jistone at redhat dot com @ 2013-05-17  2:08 UTC (permalink / raw)
  To: systemtap

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

Josh Stone <jistone at redhat dot com> changed:

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

--- Comment #1 from Josh Stone <jistone at redhat dot com> 2013-05-17 02:08:18 UTC ---
Fixed in commit fee09ad - "PR15481: Only destroy mutexes from stapdyn itself"

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

end of thread, other threads:[~2013-05-17  2:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-17  1:52 [Bug dyninst/15481] New: stapdyn end probes fail with a -c command jistone at redhat dot com
2013-05-17  2:08 ` [Bug dyninst/15481] " jistone 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).