[Bug translator/13143] New: process.library("libfoo.so").function(ADDRESS).call/return fail to resolve
brolley at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Aug 30 15:02:00 GMT 2011
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.
More information about the Systemtap
mailing list