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 19:18:41 +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 #5 from William Cohen <wcohen at redhat dot com> ---
Mark Wielaard suspects the problem is due to some code in tapsets.cxx. From
IRC log:
<mjw> I think it is this:
<mjw> q.results.push_back(new dwarf_derived_probe
(funcname, filename,
<mjw>
i->decl_line, module,
<mjw> section,
i->entrypc,
<mjw>
i->entrypc, q,
<mjw>
&i->die));
<mjw> The second i->entrypc should be "relative"
<wcohen> mjw, where is that?
<mjw> tapsets.cxx:5492
Those changes from the following git commit:
commit 68bd23fd0cc5efa4fccad68e0df0d0c4cb774322
Author: Jafeer Uddin <juddin@redhat.com>
Date: Mon Dec 10 15:11:26 2018 -0500
PR16596: add support for DW_OP_GNU_entry_value in location expressions
--
You are receiving this mail because:
You are the assignee for the bug.