From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C6C03858D32; Tue, 23 Jan 2024 01:10:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C6C03858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705972250; bh=ei245S7VWnFKbrLzTPHqgeAW8TWtqJBEpfZ9kzZXAJE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JoJqzgyTIxBhX1wBf4WDGFrlIADWGyPaxBY97GgEBJHVM9lYDBaub5cwmkxA1EZFg CAbS1DxzLfkAH+bI9olODq8mVzMPmN72ODZdM3oBM0kgNMCuVdoXECLBEDMj3K/K44 EiKon8Adp27vYh545/NZAMTyHETPPXNWNkIcKzLk= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31264] [gdb] ThreadSanitizer: data race format.c:132 in bfd_preserve_save Date: Tue, 23 Jan 2024 01:10:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D31264 --- Comment #2 from Tom Tromey --- I couldn't reproduce this on Fedora 38. I do think the BFD preserve stuff probably has a race though. Also bfd_check_format_matches calls bfd_set_error_handler, which sets a global. --=20 You are receiving this mail because: You are on the CC list for the bug.=