From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C7CDC3858404; Mon, 14 Nov 2022 15:29:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7CDC3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668439795; bh=MCKv4QxcxO3Oe75c6NIVrhyBcRso9pV++zUAe6qcwoQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yr5R6xpJ9/diRDoq+w6OgjTXTFyRVbl+w/l5kVpC9nWyXL40C4wRAtdao28XHRlrn 36t+wZbxSgbdj/Z19j84YW6iS83wuJpZENAddo6sWfOXRZqABHZEsKHaqK8Q676gGC a8ClC9wqt226SrAZGOAbleDfPdiAMWVocoW1mT9c= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/28275] commit_resumed_state assertion failure when killing running inferior and running again Date: Mon, 14 Nov 2022 15:29:54 +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: simark at simark dot ca 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 #5 from Simon Marchi --- (In reply to Tom de Vries from comment #4) > I ran into this today on an aarch64 machine: > ... > tdevries@ampere3:~/gdb> grep -a -i 'internal-error:.*assertion' gdb.log | > sed 's/^(gdb) //' | sort | uniq -c > 44 /suse/tdevries/gdb/src/gdb/target.c:2590: internal-error: > target_wait: Assertion `!proc_target->commit_resumed_state' failed. > ... > but at first glance that looks related to forgetting to install > libexpat-devel. Can you give specific test names? I can try to build a GDB without expat a= nd run those tests. --=20 You are receiving this mail because: You are on the CC list for the bug.=