This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/24224] tapsets.cxx kernel relocation assert fails when attempting to access some function parameters
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 08 Mar 2019 16:33:29 +0000
- Subject: [Bug translator/24224] tapsets.cxx kernel relocation assert fails when attempting to access some function parameters
- Auto-submitted: auto-generated
- References: <bug-24224-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=24224
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from William Cohen <wcohen at redhat dot com> ---
Looking through test and examples that previously had the problem for fedora 29
on aarch64, powerpc, and x86. This changes look to address the problem.
For example on x86_64 the reproducer now works:
$ ../install/bin/stap -p4 -e 'probe kernel.function("dev_set_mac_address") {
printf("%x\n", $sa); exit() }'
/home/wcohen/.systemtap/cache/fc/stap_fce458c8ae35b2d2f10f9f7cc5c53508_2255.ko
--
You are receiving this mail because:
You are the assignee for the bug.