From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6DFBA3858424; Wed, 6 Dec 2023 22:36:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6DFBA3858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701902194; bh=HGh8DffQczKnyu/vImOF7flXNR9wax15UHNCYEEsZks=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C+jPD/8onLqjA3pi+roLDqxE6knsrJ9p/RlmUqih3MxyW/GYOtcOo/ijPTQ8fksU9 YzboP2TTQDwllRmE3GGSTFs94U3vJAinZw/xzQ9dvZfeGlFnMkCBH33u5bY4OXwHO6 inTVJZm8vAhSNQ7NVSf1CxIyeDoJEgADQvzmwmu4= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: =?UTF-8?B?W0J1ZyBydW50aW1lLzMxMDM5XSBpbXBsaWNpdCBkZWNsYXJhdGlv?= =?UTF-8?B?biBvZiBmdW5jdGlvbiDigJhzdGFwX3Rhc2tfZmluZGVyX2NvbXBsZXRl4oCZ?= Date: Wed, 06 Dec 2023 22:36:34 +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: 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: cc 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=3D31039 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wcohen at redhat dot com --- Comment #1 from William Cohen --- I see this failing on Fedora rawhide, but things working on Fedora 39. The function is coming inside the runtime: $ grep stap_task_finder_complete -r runtime/linux/task_finder2.c:stap_task_finder_complete(void) runtime/linux/uprobes-inode.c: if (stap_task_finder_complete()) Looks like there is some #ifdef change tha cause that function in task_finder2.c to be exclude or to cause the code in uprobes-inode.c with t= he stap_task_finder_complete() reference to be compiled. --=20 You are receiving this mail because: You are the assignee for the bug.=