From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BE6203858D35; Wed, 26 Jul 2023 16:57:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BE6203858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690390658; bh=mEQW9dUxe61UkFyZvaKNlzOzaWvVj3g4y/GCQXhqYD8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YRHpcUH3qd69Gxtoirir0bFxawPPq71QgPB//Z6yjK2heufY4eS9GfAaPWQnBV9R6 BzO0QlJ7+Z3DzI1werAjTZpncS99vsYbnpulRiTO6WDBsggMGz+i3X3n4Ta9aWxocc vMDvgS1vkGUHnW4brOF/WqhSY5YLC/pYVshqw+0M= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30680] [gdb/dap] ThreadSanitizer: data race gdbsupport/event-pipe.h:44 in event_pipe::is_open() const Date: Wed, 26 Jul 2023 16:57:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap 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: attachments.created 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=3D30680 --- Comment #7 from Tom de Vries --- Created attachment 15014 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15014&action=3Ded= it LOG.gz (In reply to Tom de Vries from comment #6) > and it does trigger. In a run of 200, 12 times. There are problems in other test-cases as well: ... $ grep ERROR:.*sourcing LOG | sort | uniq -c 3 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/ada-scopes.exp. 6 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/args-env.exp. 87 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/basic-dap.exp. 6 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/bt-nodebug.exp. 18 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/catch-exception.exp. 60 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/cond-bp.exp. 24 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/hover.exp. 6 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/log-message.exp. 36 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/modules.exp. 3 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/scopes.exp. 12 ERROR: tcl error sourcing /data/vries/gdb/src/gdb/testsuite/gdb.dap/stop-at-main.exp. ... --=20 You are receiving this mail because: You are on the CC list for the bug.=