From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 324C23858C56; Wed, 10 Apr 2024 11:27:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 324C23858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712748479; bh=5NQcziu2gAV6kztrrrlGlKeELDLfqqR2dNcGvccbpCo=; h=From:To:Subject:Date:From; b=qqgbq4QE7RaLYWI2m9Qi7EWRMkKcLTfXG1a9hftTcoCVLWIDLP7ponVvoPApkmyle 2hawdTULgb9Cp9yXM4n8AHVQ2xt3pUtZxlLm2qhA+BOUjxZ9XU8PhVqZZlfGEyWr9E hHhXo8ODAr67MOV7r78oL3SMl9do6FHxFYGZo26g= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/31626] New: [gdb/symtab] data races in gdb.rust/dwindex.exp Date: Wed, 10 Apr 2024 11:27:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: vries 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D31626 Bug ID: 31626 Summary: [gdb/symtab] data races in gdb.rust/dwindex.exp Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: symtab Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- Created attachment 15457 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15457&action=3Ded= it gdb.log I did a run with fedora asahi 39 and -fsanitize=3Dthread, and ran into a is= sues I haven't seen before in test-case gdb.rust/dwindex.exp: ... SUMMARY: ThreadSanitizer: data race bfd.h:2449 in bfd_get_section_limit_oct= ets SUMMARY: ThreadSanitizer: data race /home/vries/gdb/src/bfd/bfdio.c:514 in bfd_seek ... Rust compiler version: ... $ rustc --version rustc 1.77.0 (aedd173a2 2024-03-17) (Fedora 1.77.0-1.fc39) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=