From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E7203858410; Fri, 1 Sep 2023 00:23:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E7203858410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693527813; bh=Llu+KQwOmbixLNmghmdyFyHkNKb7IQOSlKvD70p9Ipk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fF4I7hG580OZIzLX97fuBmrOy47r38dMa4F/A0EoBSmX1mIjyDYQZlwQHY0pFvfWA Ozv+3VG7hkPJGapOgDNYMGv8CHR2ysG2XtD/24yvOb0IiQipdvNbS/9hexRzN4U+D3 pBXVKBZhRUOAb6ESeaVwX79Or63mHvdiOotsSgwg= From: "Mikhail.Terekhov at dell dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30630] remote.c:8352: internal-error: wait: Assertion `!async_event_handler_marked (rs->remote_async_inferior_event_token)' failed. Date: Fri, 01 Sep 2023 00:23:32 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Mikhail.Terekhov at dell dot com 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=3D30630 --- Comment #5 from Mikhail Terekhov --- >From `git log --grep=3D"assert in remote_target"` This assert was introduced in commit 32b1f5e8d6b8ddd3be6e471c26dd85a1dac31d= da Then it was reverted in commit 7719facb311657f8927c12481ccfc22fe84d5589 Then it was committed again in 8d34471f70a84e6db89be40116d1ed0f6af941c0 >From GDB BUG #28627 it seems that the last commit was a mistake. --=20 You are receiving this mail because: You are on the CC list for the bug.=