From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9706C382D394; Tue, 15 Nov 2022 08:11:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9706C382D394 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668499900; bh=0MW12XXiVMl/E4uHwn1Xgwzjy2WVEwaKV9VOQWY2t+s=; h=From:To:Subject:Date:From; b=fZZ8rJfik05M1T43khpXcMw218Ec7E8+vpiIu9+crVqHtu0+/Z7c5+HUtpIwQNWqx Jaf+O/foovpAn6uIOpdRNgQO/97s+5G8rO6HyrwZtcMcZnD7DuDg/Q4t9QIfVdtcqH OUv9SIb8mrKBrrr9a+JnCpWT+DnG5nEm4iOIFSQ0= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29783] New: [gdb, s390x] frame.c:1813: internal-error: get_selected_frame: Assertion `selected_frame != NULL' failed. Date: Tue, 15 Nov 2022 08:11:40 +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: 12.1 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=3D29783 Bug ID: 29783 Summary: [gdb, s390x] frame.c:1813: internal-error: get_selected_frame: Assertion `selected_frame !=3D NULL' failed. Product: gdb Version: 12.1 Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With a gdb 12.1 based package on SLE-12, I ran into: ... frame.c:1813: internal-error: get_selected_frame: Assertion `selected_frame= !=3D NULL' failed. ... in test-case gdb.mi/user-selected-context-sync.exp: ... -interpreter-exec console "frame"^M &"warning: Couldn't restore frame #1 in current thread. Bottom (innermost) frame selected:\n\ "^M ~"#0 child_sub_function () at /home/abuild/rpmbuild/BUILD/gdb-12.1/gdb/testsuite/gdb.mi/user-selected-con= text-sync.c:33\n"^M ~"33\t dummy =3D !dummy; /* thread loop line */\n"^M &"../../gdb/frame.c:1813: internal-error: get_selected_frame: Assertion `selected_frame !=3D NULL' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."^M &"\n"^M &"----- Backtrace -----\n"^M &"Backtrace unavailable\n"^M &"---------------------\n"^M ... FAIL: gdb.mi/user-selected-context-sync.exp: mode=3Dnon-stop: exec_mode=3Dinterpreter-exec: test_\ cli_in_mi_frame: thread 1.2: frame without args (timeout) ERROR: GDB process no longer exists GDB process exited with wait status 2046 exp9 0 0 CHILDKILLED SIGABRT SIGAB= RT ... --=20 You are receiving this mail because: You are on the CC list for the bug.=