From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C27FB385840F; Sat, 11 Mar 2023 11:49:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C27FB385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678535388; bh=Zb3FfxLYzVicJ/GkNdtHsSBppKFBmj1LoDmhB26ZV6M=; h=From:To:Subject:Date:From; b=RpzC3oTBsHJ4oAmg3EPxkHvgIywnOmlYgyYg/fuAUDnb2Nh/69a6tPyr6EqN8Ye8T JElwxkBF/mu7h/L4D1nmQlQ7JDGkuZLGQ7VgXhIr5q/l7vSZ+NJ4t3tH2LndurwjI7 QoVAfNr/MSZlpWmnltb12dgcTDXpe5umtNRQPVlI= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug server/30222] New: [gdb/server] wait_1: Assertion `step_over_bkpt == null_ptid' failed Date: Sat, 11 Mar 2023 11:49:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: server X-Bugzilla-Version: HEAD 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30222 Bug ID: 30222 Summary: [gdb/server] wait_1: Assertion `step_over_bkpt =3D=3D null_ptid' failed Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: server Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- For test-case gdb.threads/step-over-exec, target board native-gdbserver I spotted a gdbserver assertion failure: ... Exec-ing /data/vries/gdb/leap-15-4/build/gdb/testsuite/outputs/gdb.threads/step-over= -exec/step-over-exec-execr-thread-leader-diff-text-segs-true-execd^M /data/vries/gdb/src/gdbserver/linux-low.cc:3585: A problem internal to GDBserver has been detected.^M wait_1: Assertion `step_over_bkpt =3D=3D null_ptid' failed.^M ... --=20 You are receiving this mail because: You are on the CC list for the bug.=