From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2EE943858430; Thu, 9 Sep 2021 11:49:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2EE943858430 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, 09 Sep 2021 11:49:26 +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: short_desc cf_gcctarget 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2021 11:49:26 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26284 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[arm] infrun.c:5312: |infrun.c:5312: |internal-error: int |internal-error: int |finish_step_over(execution_ |finish_step_over(execution_ |control_state*): Assertion |control_state*): Assertion |`ecs->event_thread->control |`ecs->event_thread->control |.trap_expected' failed |.trap_expected' failed Target|armv7hl |armv7hl, x86_64 --- Comment #7 from Tom de Vries --- 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.ex= p: breakpoint-condition-evaluation=3Dhost: target-non-stop=3Don: non-stop=3Don: displaced=3Doff: iter 2: attach (GDB internal error) ... This is on OBS with Leap 15.3 x86_64 unix/-m64/-fno-PIE/-no-pie. --=20 You are receiving this mail because: You are on the CC list for the bug.=