This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/24224] tapsets.cxx Assert kernel relocation invariants fails for some kernel.function("*@*.c:*") probes
- From: "wcohen at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 26 Feb 2019 15:48:53 +0000
- Subject: [Bug translator/24224] tapsets.cxx Assert kernel relocation invariants fails for some kernel.function("*@*.c:*") probes
- Auto-submitted: auto-generated
- References: <bug-24224-6586@http.sourceware.org/bugzilla/>
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.