From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A2E1385800A; Thu, 11 Jan 2024 10:29:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A2E1385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704968948; bh=PhPEyBfiBhl83w2oyMpvSbWOsFog9C5VCjufrFmM5ao=; h=From:To:Subject:Date:From; b=aWOE58hrcffFd4CqvEoU88+Hgd0U5xSDuw69LMn1SvDfYQnrMjNAJezxykwau06js wCxc2aaE4xbhNQMoOW0qyEWr6YUmBpmXE2uycD0bLmc5YNTrRjOAWPAd6K/fTa0kXP OAkBWkQijZr7803o6J+rekg+j2UJjWWQgHDY7TmE= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug exp/31231] New: [gdb, ppc64le] frame.c:2088: internal-error: get_next_frame_sentinel_okay: Assertion `!is_sentinel_frame_id (this_frame->this_id.value)' failed. Date: Thu, 11 Jan 2024 10:29:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: exp 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=3D31231 Bug ID: 31231 Summary: [gdb, ppc64le] frame.c:2088: internal-error: get_next_frame_sentinel_okay: Assertion `!is_sentinel_frame_id (this_frame->this_id.value)' failed. Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: exp Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- When running the gdb testsuite using trunk on powerpc64le-linux, power10, I= run into: ... (gdb) PASS: gdb.base/store.exp: var float l; print old r, expecting -2 set variable l =3D 4^M /home/vries/gdb/src/gdb/frame.c:2088: internal-error: get_next_frame_sentinel_okay: Assertion `!is_sentinel_frame_id (this_frame->this_id.value)' failed.^M A problem internal to GDB has been detected,^M further debugging may prove unreliable.^M ----- Backtrace -----^M FAIL: gdb.base/store.exp: var float l; setting l to 4 (GDB internal error) Resyncing due to internal error. 0x1029c1f3 gdb_internal_backtrace_1^M /home/vries/gdb/src/gdb/bt-utils.c:122^M 0x1029c363 _Z22gdb_internal_backtracev^M /home/vries/gdb/src/gdb/bt-utils.c:168^M 0x10df425b internal_vproblem^M /home/vries/gdb/src/gdb/utils.c:396^M 0x10df4797 _Z15internal_verrorPKciS0_Pc^M /home/vries/gdb/src/gdb/utils.c:476^M 0x1183664f _Z18internal_error_locPKciS0_z^M /home/vries/gdb/src/gdbsupport/errors.cc:58^M 0x10618ab7 _Z28get_next_frame_sentinel_okay14frame_info_ptr^M /home/vries/gdb/src/gdb/frame.c:2088^M 0x10b1f063 rs6000_value_to_register^M /home/vries/gdb/src/gdb/rs6000-tdep.c:2747^M 0x1015c237 _Z25gdbarch_value_to_registerP7gdbarch14frame_info_ptriP4typePKh= ^M /home/vries/gdb/src/gdb/gdbarch.c:2549^M 0x10e1b1cb _Z12value_assignP5valueS0_^M /home/vries/gdb/src/gdb/valops.c:1247^M 0x101fafef ???^M 0x105aee33 _ZN10expression8evaluateEP4type6noside^M /home/vries/gdb/src/gdb/eval.c:111^M 0x1095520f set_command^M /home/vries/gdb/src/gdb/printcmd.c:1477^M 0x10324c23 do_simple_func^M /home/vries/gdb/src/gdb/cli/cli-decode.c:95^M 0x1032bfb7 _Z8cmd_funcP16cmd_list_elementPKci^M /home/vries/gdb/src/gdb/cli/cli-decode.c:2735^M 0x10d05663 _Z15execute_commandPKci^M /home/vries/gdb/src/gdb/top.c:575^M 0x105c0083 _Z15command_handlerPKc^M /home/vries/gdb/src/gdb/event-top.c:566^M 0x105c0867 _Z20command_line_handlerOSt10unique_ptrIcN3gdb13xfree_deleterIcE= EE^M /home/vries/gdb/src/gdb/event-top.c:802^M 0x10d4c083 tui_command_line_handler^M /home/vries/gdb/src/gdb/tui/tui-interp.c:104^M 0x105bf4d3 gdb_rl_callback_handler^M /home/vries/gdb/src/gdb/event-top.c:259^M 0x10ed2b2b rl_callback_read_char^M /home/vries/gdb/src/readline/readline/callback.c:290^M 0x105bf193 gdb_rl_callback_read_char_wrapper_noexcept^M /home/vries/gdb/src/gdb/event-top.c:195^M 0x105bf30b gdb_rl_callback_read_char_wrapper^M /home/vries/gdb/src/gdb/event-top.c:234^M 0x10d95f9b stdin_event_handler^M /home/vries/gdb/src/gdb/ui.c:155^M 0x11837d7f handle_file_event^M /home/vries/gdb/src/gdbsupport/event-loop.cc:573^M 0x118382f3 gdb_wait_for_event^M /home/vries/gdb/src/gdbsupport/event-loop.cc:694^M 0x11836d5b _Z16gdb_do_one_eventi^M /home/vries/gdb/src/gdbsupport/event-loop.cc:264^M 0x107f248b start_event_loop^M /home/vries/gdb/src/gdb/main.c:408^M 0x107f2703 captured_command_loop^M /home/vries/gdb/src/gdb/main.c:472^M 0x107f4aff captured_main^M /home/vries/gdb/src/gdb/main.c:1342^M 0x107f4c07 _Z8gdb_mainP18captured_main_args^M /home/vries/gdb/src/gdb/main.c:1361^M 0x1001c887 main^M /home/vries/gdb/src/gdb/gdb.c:39^M ... --=20 You are receiving this mail because: You are on the CC list for the bug.=