From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E9363894C1A; Tue, 15 Nov 2022 12:55:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E9363894C1A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668516947; bh=DIuMxS71Gxf1fcgSsVQz81wtNbfJmp40J/tATi664fA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W3MVu4p2LYef5H5lNmjD5qsgmP61VuXZelCj3or7gDZT2NXgaZBSMqGKFt2Z3DSNh mPfunvOf9h9SmM+10IWzcWRKPGLEtL3LKt0+/FoncX9yUkvUndvLLzBFR214b8qQZI ys5As47YBQP6newQiNO2fhQedooyQu9gQpPzO28Q= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/28275] commit_resumed_state assertion failure when killing running inferior and running again Date: Tue, 15 Nov 2022 12:55:47 +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: 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: 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=3D28275 --- Comment #9 from Tom de Vries --- (In reply to Tom de Vries from comment #8) > Hmm, and we're running the test-case because aarch64 is not skipped in > skip_gdbserver_tests: > ... > # If GDB is lack of XML support, and targets, like arm, have=20=20=20= =20=20=20=20=20=20=20=20=20 >=20 > # multiple target descriptions, GDB doesn't know which target=20=20= =20=20=20=20=20=20=20=20=20 >=20 > # description GDBserver uses, and may fail to parse 'g' packet=20=20= =20=20=20=20=20=20=20=20 >=20 > # after connection.=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 >=20 > if { [gdb_skip_xml_test] > && ([istarget "arm*-*-linux*"] > || [istarget "mips*-*-linux*"] > || [istarget "powerpc*-*-linux*"] > || [istarget "s390*-*-linux*"] > || [istarget "x86_64-*-linux*"] > || [istarget "i\[34567\]86-*-linux*"]) } { > return 1 > } > ... https://sourceware.org/pipermail/gdb-patches/2022-November/193819.html --=20 You are receiving this mail because: You are on the CC list for the bug.=