From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB86D3858C56; Wed, 28 Sep 2022 12:14:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB86D3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664367291; bh=ViNxHGWc1VLfIkrNBYuBJIzUq4uEWVzqdkLTICL1nJE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EGzCTijAdZcJqRCZ2Mm5cCYH/AMMXaFSaBGkSE5mHxrYTczLfrjzrynTk1DiLY8eA qScCsDdO/HaB6U+yPjcXH+WaAPPuvzpfvF9/tltz999qpU5exRzkonq6pdoKVl+aqX DigC+xyvMO36n/o5sdF7pFoZaIGs0iN7IFBcUZ6k= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/26873] [ppc64] gdb/infrun.c:2529: internal-error: void resume_1(gdb_signal): Assertion `!(thread_has_single_step_breakpoints_set (tp) && step)' failed Date: Wed, 28 Sep 2022 12:14:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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: attachments.created 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=3D26873 --- Comment #2 from Tom de Vries --- Created attachment 14362 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D14362&action=3Ded= it gdb-ppc64le-suse-linux-m64.log Reproduced again, with gdb 12.1 based package. Note that the first sign of trouble is: ... (gdb) PASS: gdb.threads/watchthreads-threaded.exp: get initial args3 watch args[2]^M Hardware watchpoint 3: args[2]^M (gdb) PASS: gdb.threads/watchthreads-threaded.exp: watch args[2] watch args[3]^M Watchpoint 4: args[3]^M (gdb) FAIL: gdb.threads/watchthreads-threaded.exp: watch args[3] ... The test-case expects two hardware watchpoints, but gets one hardware and o= ne software watchpoint. --=20 You are receiving this mail because: You are on the CC list for the bug.=