From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D4B413858C27; Thu, 19 Jan 2023 10:35:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D4B413858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674124553; bh=iG5f2FjUMmGo2Cyu54fPNkYSBt7R8vCc4wg7hIaIQzo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JpyHCE24EYbEdxF9BbfBdVeK+8AaLoXRe+bDuilsdbCgB3lpq+QLYOhmUmwHev+Vc TMY9cnNfo0zrPluUAr+RDoTNH9w8dfLOHTU54b3GUqQRG5+Ws4Lt1pTxOou2g1O0EV jd/vyOlX1eQB7gJNO17tru1dhkfDasgqozKU59yQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/26284] infrun.c:5312: internal-error: int finish_step_over(execution_control_state*): Assertion `ecs->event_thread->control.trap_expected' failed Date: Thu, 19 Jan 2023 10:35:52 +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: UNCONFIRMED 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=3D26284 --- Comment #9 from Tom de Vries --- (In reply to Tom de Vries from comment #7) > Also reproduced with different test-case: > ... > ../../gdb/infrun.c:5886: internal-error: int > finish_step_over(execution_control_state*): Assertion > `ecs->event_thread->control.trap_expected' failed.^M > A problem internal to GDB has been detected,^M > further debugging may prove unreliable.^M > Quit this debugging session? (y or n) FAIL: > gdb.threads/detach-step-over.exp: breakpoint-condition-evaluation=3Dhost: > target-non-stop=3Don: non-stop=3Don: displaced=3Doff: iter 2: attach (GDB= internal > error) > ... Reproduced this, outside of OBS, on SLE 12 SP5, s390x, exact same failure. --=20 You are receiving this mail because: You are on the CC list for the bug.=