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/24224] tapsets.cxx kernel relocation assert fails when attempting to access some function parameters


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.

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