From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08F333838686; Sat, 10 Dec 2022 08:18:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08F333838686 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670660283; bh=/TzYg2V0zxW1PulqxlxXCL/TCEaPe9XgC6L+6pTGSRk=; h=From:To:Subject:Date:From; b=ibetsQUoBpCajF8gkpg4oPyBY53zU1k5CdASkN0cF5845F9+14u0lyGlfVqf6Fez2 3fRdNskzV44AACGPncMlAKrUi3nmtWB7tnqe0ejiorL0WT42xri2yOuLryBBhWKCbA eUK5olL16IqXGSe/kQJVFJCeKIpAdJdhGnP+54Vo= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29868] New: [gdb, s390x -m31] breakpoint.c:5784: internal-error: bpstat_stop_status_nowatch: Assertion `!target_stopped_by_watchpoint ()' Date: Sat, 10 Dec 2022 08:18:02 +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: 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=3D29868 Bug ID: 29868 Summary: [gdb, s390x -m31] breakpoint.c:5784: internal-error: bpstat_stop_status_nowatch: Assertion `!target_stopped_by_watchpoint ()' Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With current master on s390-linux and target board -unix/-m31, I run into: ... (gdb) PASS: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work continue^M Continuing.^M /suse/tdevries/gdb/src/gdb/breakpoint.c:5784: internal-error: bpstat_stop_status_nowatch: Assertion `!target_stopped_by_watchpoint ()' failed.^M A problem internal to GDB has been detected,^M further debugging may prove unreliable.^M ----- Backtrace -----^M FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint a= fter the first fork (GDB internal error) ... Backtrace: ... $ ./show-bt.sh | c++filt=20 0x122f20b gdb_internal_backtrace_1^M gdb/bt-utils.c:122^M 0x122f30d gdb_internal_backtrace()^M gdb/bt-utils.c:168^M 0x1c27655 internal_vproblem^M gdb/utils.c:396^M 0x1c27b21 internal_verror(char const*, int, char const*, __va_list_tag*)^M gdb/utils.c:476^M 0x25f0d49 internal_error_loc(char const*, int, char const*, ...)^M gdbsupport/errors.cc:58^M 0x11e4c2b bpstat_stop_status_nowatch(address_space const*, unsigned long, thread_info*, target_waitstatus const&) ^M gdb/breakpoint.c:5784^M 0x1634877 handle_inferior_event^M gdb/infrun.c:5677^M 0x162fddd fetch_inferior_event()^M gdb/infrun.c:4202^M 0x16049eb inferior_event_handler(inferior_event_type)^M gdb/inf-loop.c:41^M 0x169474f handle_target_event^M gdb/linux-nat.c:4205^M 0x25f22a3 handle_file_event^M gdbsupport/event-loop.cc:573^M 0x25f2749 gdb_wait_for_event^M gdbsupport/event-loop.cc:694^M 0x25f0ff1 gdb_do_one_event(int)^M gdbsupport/event-loop.cc:217^M 0x16faa07 start_event_loop^M gdb/main.c:411^M 0x16fab99 captured_command_loop^M gdb/main.c:471^M 0x16fc8f3 captured_main^M gdb/main.c:1330^M 0x16fc989 gdb_main(captured_main_args*)^M gdb/main.c:1345^M 0x101affd main^M gdb/gdb.c:32^M ... Well, it's current master and the tentative patch for PR29867, but I expect it's unrelated. --=20 You are receiving this mail because: You are on the CC list for the bug.=