From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <sourceware-bugzilla@sourceware.org> Received: by sourceware.org (Postfix, from userid 48) id 970B03865474; Wed, 22 May 2024 16:16:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 970B03865474 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716394579; bh=D1ahDkTpYWJNZBqfLlwdyAXShsdIz8J11QBO0uPWPbI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f2zT2WKY8iMcoWPPuoZTw76ewVgDqWzDJvY8JGEqOwX+a3qnsftDKaLYtHhm+WFMQ 3Iskk3LH6XQpyNpQA635jBunTg3qT9n7yFRvGzwe+xgvaM/wC81Wi4uRPLMAOaRFR4 Vy0GOlkmFMGJU2/dHUBfbPrFDpT3r1aOMsIKv+7g= From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org> To: gdb-prs@sourceware.org Subject: [Bug gdb/31751] re-enable background DWARF reading Date: Wed, 22 May 2024 16:16:19 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-31751-4717-1i5LOjdVLX@http.sourceware.org/bugzilla/> In-Reply-To: <bug-31751-4717@http.sourceware.org/bugzilla/> References: <bug-31751-4717@http.sourceware.org/bugzilla/> 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: <gdb-prs.sourceware.org> https://sourceware.org/bugzilla/show_bug.cgi?id=3D31751 --- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tom Tromey <tromey@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db013bd16630f= b243d6fa0ee5d4c4eae77f6e5176 commit b013bd16630fb243d6fa0ee5d4c4eae77f6e5176 Author: Tom Tromey <tromey@adacore.com> Date: Fri May 17 08:55:46 2024 -0600 Default dwarf_synchronous to true Unfortunately the background DWARF reading series introduced a number of races, as repored by thread sanitizer. This patch changes gdb to disable this feature for the time being -- in particular for the gdb 15 release. I've filed a bug and linked all the known races to it. Once those are fixed we can re-enable this feature by default. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31751 --=20 You are receiving this mail because: You are on the CC list for the bug.=