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 Assert kernel relocation invariants fails for some kernel.function("*@*.c:*") probes


https://sourceware.org/bugzilla/show_bug.cgi?id=24224

--- Comment #3 from William Cohen <wcohen at redhat dot com> ---
Created attachment 11646
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11646&action=edit
Results of reproducer.

Have a scaled down reproducer:

 ../install/bin/stap -vvvv -p4 -e 'probe kernel.function("dev_set_mac_address")
{ printf("%x\n", $sa); exit() }' >& pr24224_issue.out

These are the results.

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