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 #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.

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