This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/13143] New: process.library("libfoo.so").function(ADDRESS).call/return fail to resolve


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

             Bug #: 13143
           Summary: process.library("libfoo.so").function(ADDRESS).call/re
                    turn fail to resolve
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: brolley@redhat.com
    Classification: Unclassified


The test

  stap -p2 -e 'probe process.library("libfoo.so").function(ADDR).call {exit
();}'

where ADDR is the address of the function libfoofunc as obtained from objdump
fails to resolve. The same problem occurs for the .return variant. The probe
resolves if the call/return is omitted. The probe also resolves if an sdt
marker is added to libfoofunc similar to the one in ilibfoofunc.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]