From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C10993858C60; Mon, 24 Jul 2023 14:28:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C10993858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690208935; bh=EyXjnfqlb+Vn8QbdUPd2Pyo2/776ThaLajlPhI2SD14=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y0BwcLcsdy2fbEvQTXQr7OEOeLu77QWRuz6oO3NRNUQtudA8b2Vww9QLOYeI5UBT2 b+U5WJGhJacY3YUGzBCxv6CA1iU+8LUNsbX+Vr2xkfxDhkivcMbgNliT/voVKAeDsk +qgRBRVDD/Va0w2uTlCT6VaO6b0u2ucEsc1bNBF4= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug symtab/30672] [gdb/symtab] data race in cooked_index_shard::do_finalize() / cooked_index_entry::write_scope Date: Mon, 24 Jul 2023 14:28:55 +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=3D30672 --- Comment #3 from Tom Tromey --- I suspect this is a false positive. What is the value of "for_main" in that call to write_scope? Using atomic here seems like it would cause performance problems. --=20 You are receiving this mail because: You are on the CC list for the bug.=