From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7511E3858415; Fri, 8 Mar 2024 09:41:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7511E3858415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709890882; bh=aU0eFcMMduGxrv+Kv2fxf5SK0W9nBUvEbD98QEvwutg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=U0pEceyno7o163NvOFlz+bf40uvkczKdaXhIRFLhjaWYQRc5ZxN0Z/1InUo498awt oIsWiicSWhgQd4j0EXbgZ9Bf7NDHHHVobuo1fLhsB4igk787t6eyvdcIWWVNe0sFey eFJOMFtSFqJhvHLahp/rbA3AU20byxJVhaqj/XrI= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/30766] The reloc_complete probe can be hit when not all libraries have been relocated Date: Fri, 08 Mar 2024 09:41:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_status 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=3D30766 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #1 from Florian Weimer --- Andrew, would it help to add a =E2=80=9Crelocation complete=E2=80=9D flag t= o struct r_debug_extended? At least we have an extension mechanism there. GDB could check if relocation is really complete for the namespace. If we really need a per-link-map flag for this, it's going to need another extension mechanism. --=20 You are receiving this mail because: You are on the CC list for the bug.=