From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 13DAB3858C3A; Fri, 1 Sep 2023 01:00:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 13DAB3858C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693530041; bh=P+/SGAZ2cpwCl2LEAHBfeMMj5C+IsxSaOIaovc2YcPc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sKxTpHN+gji26HD5yqUzevojRqAlmlkRrzU7Yy+kra03PhwLcMY4NpDouHnBeYZoe 9GqtFJgRmBjM8LLAiK6vEV/4dP6KYMINtCK3sN0vFOgnK3I2aaKcba9nFnf68orTnU XbXNQBXmS7pEMUMAkFqilRrePD2HtedRa+eSsSuM= From: "christian.prochaska@genode-labs.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 01:00:40 +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: christian.prochaska@genode-labs.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 #6 from Christian Prochaska --- Replacing 'target_can_async_p()' by 'target_is_async_p()' in 'remote_target::queued_stop_reply()' solved the problem for me, but I'm not sure if it is the correct fix. I just tried it when I saw that other calls = of 'mark_async_event_handler()' have a 'target_is_async_p()' check. --=20 You are receiving this mail because: You are on the CC list for the bug.=