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] process.library("libfoo.so").function(ADDRESS).call/return fail to resolve


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

--- Comment #1 from Dave Brolley <brolley at redhat dot com> 2011-08-30 15:16:54 UTC ---
Additional information: This test is from

  testsuite/systemtap.unprivileged/unprivileged_all.exp

Details on building the application foo and the library libfoo can be obtained
there. Also the stap invocation should contain -c ./foo as in

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

-- 
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]