From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8329C385840F; Wed, 2 Nov 2022 15:50:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8329C385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667404207; bh=1XyPgl7O5S/JN+llX47NkS9Hza8BFvRnh2iU/Y6QnFY=; h=From:To:Subject:Date:From; b=UzTiOynqa54lXyOLe7T8q9lPiwXgfSCAzk3ZrW9hJjUxm+yI2M2rIR8ExYDukaV0a btWoJW0P6cBr5a7lkqig7SFYJ7ypXNcIP/qHU4PCSjB/YDN2vjcTsv0Ni7467Lcsqs pwFr9QooutDdI4W/kmP2+S7f1s/q46eJ+njJpmek= From: "libin.dang at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29742] New: [ARMv7] [gdbserver] maybe_hw_step: Assertion `has_single_step_breakpoints (thread)' failed. Date: Wed, 02 Nov 2022 15:50:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: libin.dang at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D29742 Bug ID: 29742 Summary: [ARMv7] [gdbserver] maybe_hw_step: Assertion `has_single_step_breakpoints (thread)' failed. Product: gdb Version: HEAD Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: libin.dang at gmail dot com Target Milestone: --- The following GDBserver assertion failure happened: ../../gdb-13.0.50/gdbserver/linux-low.cc:2448: A problem internal to GDBser= ver has been detected. maybe_hw_step: Assertion `has_single_step_breakpoints (thread)' failed. Aborted (core dumped) Here is the hardware information: > cat /proc/cpuinfo=20 processor : 0 model name : ARMv7 Processor rev 0 (v7l) BogoMIPS : 533.33 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32=20 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x3 CPU part : 0xc09 CPU revision : 0 processor : 1 model name : ARMv7 Processor rev 0 (v7l) BogoMIPS : 533.33 Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32=20 CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x3 CPU part : 0xc09 CPU revision : 0 Hardware : Xilinx Zynq Platform Revision : 0003 Serial : 0000000000000000 --=20 You are receiving this mail because: You are on the CC list for the bug.=