From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127799 invoked by alias); 26 Feb 2019 19:18:45 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 127630 invoked by uid 48); 26 Feb 2019 19:18:41 -0000 From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/24224] tapsets.cxx Assert kernel relocation invariants fails for some kernel.function("*@*.c:*") probes Date: Tue, 26 Feb 2019 19:18:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q1/txt/msg00054.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24224 --- Comment #5 from William Cohen --- Mark Wielaard suspects the problem is due to some code in tapsets.cxx. From IRC log: I think it is this: q.results.push_back(new dwarf_derived_probe (funcname, filename, =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 i->decl_line, module, sect= ion, i->entrypc, =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 i->entrypc, q, =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 &i->die)); The second i->entrypc should be "relative" mjw, where is that? tapsets.cxx:5492 Those changes from the following git commit: commit 68bd23fd0cc5efa4fccad68e0df0d0c4cb774322 Author: Jafeer Uddin Date: Mon Dec 10 15:11:26 2018 -0500 PR16596: add support for DW_OP_GNU_entry_value in location expressions --=20 You are receiving this mail because: You are the assignee for the bug.