public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/11955] New: signal tapsets don't match
@ 2010-08-29  9:37 andi-bz at firstfloor dot org
  2010-08-29 12:51 ` [Bug tapsets/11955] " mjw at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: andi-bz at firstfloor dot org @ 2010-08-29  9:37 UTC (permalink / raw)
  To: systemtap

Several of the probes in the signal tapset don't resolve to the kernel source.
Confirmed with 2.6.35 and 2.6.32

e.g.

probe signal.send { 
        if (sig == 7)
                printf("sending SIGBUS to %s\n", pid_name) 
}
probe signal.handle { 
        if (sig == 7) 
                printf("SIGBUS  %s, code %x handler %x\n", execname(),  
                        sig_code, @cast(ka_addr, "struct sigaction")->sa_handler)
} 

gives

semantic error: failed to retrieve location attribute for local 'info'
(dieoffset: 0x7bec1): identifier '$info' at
/pkg/systemtap-1.3/share/systemtap/tapset/signal.stp:610:16
        source:     sig_code = $info->si_code
                               ^
semantic error: failed to retrieve location attribute for local 'ka' (dieoffset:
0x7bebc): identifier '$ka' at :611:15
        source:     ka_addr = $ka
                              ^
Pass 2: analysis failed.  Try again with another '--vp 01' option.

-- 
           Summary: signal tapsets don't match
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: andi-bz at firstfloor dot org


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

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-29  9:37 [Bug tapsets/11955] New: signal tapsets don't match andi-bz at firstfloor dot org
2010-08-29 12:51 ` [Bug tapsets/11955] " mjw at redhat dot com
2010-08-29 19:45 ` andi-bz at firstfloor dot org
2010-09-01 16:27 ` fche at redhat dot com
     [not found] <bug-11955-6586@http.sourceware.org/bugzilla/>
2013-01-31 16:42 ` dsmith at redhat dot com
2013-02-01 17:05 ` dsmith 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).