From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BA2D63858C50; Wed, 3 May 2023 09:01:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA2D63858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683104489; bh=vRFpjrKkfkxd77zIGETwm/LtmaK8xrPDfnp38DdaDP0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bRRJoejzENl0XJEeAAhnklg2yw7iQNGTQeF+R49IbfDFwfIwhfM1HCTclY4kzqxat I5RzSFLnqJ/es/44VaQRgJKWRSvVn1W2xEvf48SBPDTCJm8cSdqdCyNJcUl82KPmIg m+GB2Cch1HVuyOn3qCrJIJNyok95aiWAsLvM/5dY= From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzMwNDE1XSBjb25mbGljdGluZyB0eXBlcyBm?= =?UTF-8?B?b3Ig4oCYa2FsbHN5bXNfb25fZWFjaF9zeW1ib2zigJk=?= Date: Wed, 03 May 2023 09:01:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30415 --- Comment #1 from Martin Cermak --- The reproducer is even simpler: [root@rawh ~]# uname -r; rpm -q systemtap 6.4.0-0.rc0.20230428git33afd4b76393.7.fc39.x86_64 systemtap-4.9-1.fc39.x86_64 [root@rawh ~]#=20 [root@rawh ~]# stap -vp4 -e 'probe begin { exit() }' Pass 1: parsed user script and 484 library scripts using 124832virt/101128res/11136shr/89524data kb, in 190usr/40sys/223real ms. Pass 2: analyzed script: 1 probe, 1 function, 0 embeds, 0 globals using 126284virt/103048res/11520shr/90976data kb, in 0usr/0sys/8real ms. Pass 3: translated to C into "/tmp/stapLy8yoU/stap_6881d4c66122cefc1b5d5c230a431144_1182_src.c" using 126284virt/103432res/11904shr/90976data kb, in 0usr/0sys/0real ms. In file included from /usr/local/share/systemtap/runtime/linux/runtime.h:28= 8, from /usr/local/share/systemtap/runtime/runtime.h:26, from /tmp/stapLy8yoU/stap_6881d4c66122cefc1b5d5c230a431144_1182_src.c:21: /usr/local/share/systemtap/runtime/sym.c:1159:5: error: conflicting types f= or =E2=80=98kallsyms_on_each_symbol=E2=80=99; [ ... stuff deleted ... ] --=20 You are receiving this mail because: You are the assignee for the bug.=