From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C60DB3858D37; Sun, 13 Aug 2023 15:37:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C60DB3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691941033; bh=vlxjajvWIkI9Rpq45oy15FOL8voq2OIRvYQ2FqrqXvY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=APRtisaYijHN45fLrY5RaBbBFWrds+KfpPvu3c62QbbfnGBIO1C+fx/Dl+83gEyQk x7lG2nW1RJkIqnKFTorPG+FDBRB1hw5qaRZSm1Zxg0opRTgGRvlsuTCUg7SwKpc0YE gkEaDkxaNQppBfTzxr9IvcnsIFoDA4z/0c2t0XgE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29942] Read some DWARF purely in background Date: Sun, 13 Aug 2023 15:37:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab 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: unassigned 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=3D29942 --- Comment #4 from Tom Tromey --- I had a patch to add some thread-safety to BFD on this branch, but I belatedly realized it can't really work, due to the way the BFD fd cache works -- we'd have to introduce some way to lock an fd while a function is using it. Instead I'm going to try external locking and avoid modifying BFD at all. --=20 You are receiving this mail because: You are on the CC list for the bug.=