From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4083C3858D1E; Tue, 25 Apr 2023 06:43:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4083C3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1682405033; bh=G+e+3aPMz0hV8UUvGWbXniITHv27YYp+mmrD1/1odhQ=; h=From:To:Subject:Date:From; b=gMRFa3s9OeQbQYCwwMtPdLDW36DxW+pNqnYgBwoXygNWohleI4JWXv4V9T+MDw8TY lEJ0EO2YXcv0RFPoHgApYY9pgdEKjso+m8wzfg4PtANu5Pqje/jiuA7NeGSGU3ckGF MYS7KUgNxAX3CVX/Fv7WbQ6M1Z3GaUBawL/24o3E= From: "2982971635 at qq dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30387] New: gdbserver assert error on arm platform Date: Tue, 25 Apr 2023 06:43:52 +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: critical X-Bugzilla-Who: 2982971635 at qq 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 attachments.created 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=3D30387 Bug ID: 30387 Summary: gdbserver assert error on arm platform Product: gdb Version: HEAD Status: UNCONFIRMED Severity: critical Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: 2982971635 at qq dot com Target Milestone: --- Created attachment 14848 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14848&action=3Ded= it This app can produce gdbserver assert error on arm platform Hi, Attached gdbserver-test-app.tar can produce gdbserver assert error on arm platform. This issue happens on gdb any version until last git tree master branch. Below is version and error message. I will add produce step specification in next comment. Best Regards. Zhiyong root@xilinx-zynq:~# gdb -v GNU gdb (GDB) 14.0.50.20230421-git Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. root@xilinx-zynq:~# root@xilinx-zynq:~# gdbserver --version GNU gdbserver (GDB) 14.0.50.20230421-git Copyright (C) 2023 Free Software Foundation, Inc. gdbserver is free software, covered by the GNU General Public License. This gdbserver was configured as "arm-wrs-linux-gnueabi" 2389.242477 [threads] resume_one_lwp_throw: Resuming lwp 448 (continue, signal 0, stop not expected) ../../git/gdbserver/linux-low.cc:2448: A problem internal to GDBserver has = been detected. maybe_hw_step: Assertion `has_single_step_breakpoints (thread)' failed. Aborted --=20 You are receiving this mail because: You are on the CC list for the bug.=