From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7A178385840E; Tue, 23 Jan 2024 08:58:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A178385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706000315; bh=PFY8qDKdH2owj3/CzBeIVvgSsRAYzPqQyUSf4A/CHN8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iJUT6vw9ksv3KiZODzglLZNhx6uWcL5Qpp2/Rj1wwsrIIFO0rTPW+8cSANasNkHdX KwHKi3gM1m4zRpBnwe43gAhw9JCedM9jygMABfK0tNMWV2vWMlRAZVfTkb9xlFR+4u mRtqhrrNXvXAWmW51khQLOyHIU2WgcCyffHIAJ4s= From: "vries at gcc dot gnu.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 08:58:33 +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: vries at gcc dot gnu.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 #3 from Tom de Vries --- (In reply to Tom Tromey from comment #2) > I couldn't reproduce this on Fedora 38. I ran into this on Fedora 39, aarch64, in a full test run. I tried reproducing in a loop like so running only the test-case: ... $ for n in $(seq 1 25); do \ ./test.sh 2>&1 | grep "# of " | sort -u; \ grep -ac ThreadSan gdb.log; \ done ... There's grepping in gdb.log because there's no FAIL when ThreadSanitizer triggers. It reproduced only once out of 25 times. --=20 You are receiving this mail because: You are on the CC list for the bug.=