From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DFADF3858024; Thu, 12 Nov 2020 23:44:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFADF3858024 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/26873] New: [ppc64] gdb/infrun.c:2529: internal-error: void resume_1(gdb_signal): Assertion `!(thread_has_single_step_breakpoints_set (tp) && step)' failed Date: Thu, 12 Nov 2020 23:44:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: 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 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, 12 Nov 2020 23:44:58 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26873 Bug ID: 26873 Summary: [ppc64] gdb/infrun.c:2529: internal-error: void resume_1(gdb_signal): Assertion `!(thread_has_single_step_breakpoints_set (tp) && step)' failed Product: gdb Version: unknown Status: NEW Severity: normal Priority: P2 Component: breakpoints Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- Consider the test-case gdb.threads/watchthreads-threaded.exp from https://src.fedoraproject.org/rpms/gdb/blob/master/f/gdb-6.3-threaded-watch= points2-20050225.patch . On ppc64 and ppc64le, on Factory, we run into: ... Old value =3D 1^M New value =3D 2^M thread_function (arg=3D0x2) at watchthreads-threaded.c:61^M 61 (*myp) ++; usleep (1); /* Loop increment. */^M (gdb) continue^M Continuing.^M ../../gdb/infrun.c:2529: internal-error: void resume_1(gdb_signal): Asserti= on `!(thread_has_single_step_breakpoints_set (tp) && step)' 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/watchthreads-threaded.exp: threaded watch loop (GDB inter= nal error) ... This was using an opensuse package build & test on obs, using 10.1 sources = and fedora patches. There's nothing powerpc-specific in the fedora patch set, = so I'm assuming this can be reproduced with trunk as well. --=20 You are receiving this mail because: You are on the CC list for the bug.=