From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25287 invoked by alias); 22 Feb 2019 21:58:59 -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 25010 invoked by uid 48); 22 Feb 2019 21:58:52 -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: Fri, 22 Feb 2019 21:58: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/msg00051.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24224 --- Comment #2 from William Cohen --- A simpler reproducer that works both on f28 ppc64le and f29 x86_64: $ uname -a Linux rh-power-vm07.fit.vutbr.cz 4.20.8-100.fc28.ppc64le #1 SMP Wed Feb 13 12:45:56 UTC 2019 ppc64le ppc64le ppc64le GNU/Linux $ sudo stap -p4 -e 'probe netdev.change_mac { exit() }' semantic error: inconsistent relocation address: identifier 'netdev' at :1:7 source: probe netdev.change_mac { exit() } ^ Pass 2: analysis failed. [man error::pass2] $ uname -a Linux cervelo 4.20.8-200.fc29.x86_64 #1 SMP Wed Feb 13 13:08:05 UTC 2019 x8= 6_64 x86_64 x86_64 GNU/Linux $ stap -p4 -e 'probe netdev.change_mac { exit() }' semantic error: inconsistent relocation address: identifier 'netdev' at :1:7 source: probe netdev.change_mac { exit() } ^ Pass 2: analysis failed. [man error::pass2] --=20 You are receiving this mail because: You are the assignee for the bug.