From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B6D4B385840F; Sun, 5 Nov 2023 18:10:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6D4B385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699207800; bh=tPfhYlCwOfOX8TDRMRoSEZ6tvT0SrMSoyUq9ROiKPCc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=liNb/DaW0ocRrAeI5+2N+Nz4Qp3F0xSQ3UE4dfWWBe+GBco9zprlgbuFqGINi9zo6 H8iqu7QAqtaz3j3lNF1kEP1i5krdvbOAXmamVcZGITXkhn006tzRpzmd77zdA/Ow05 SS+kJce7V7f87q1aAGfvH/oBTQdSf1lMQXb5rUCs= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: =?UTF-8?B?W0J1ZyBnZGIvMzEwMDhdIOKAnkxheW91dOKAnSBjcmFzaGVzIGdk?= =?UTF-8?B?YiAxMy4y?= Date: Sun, 05 Nov 2023 18:10:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: WAITING 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: Message-ID: In-Reply-To: References: 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=3D31008 --- Comment #13 from Tom Tromey --- (In reply to Zbigniew from comment #12) > For help, type "help". > Type "apropos word" to search for commands related to "word"... > Reading symbols from /usr/bin/gdb... > (No debugging symbols found in /usr/bin/gdb) I think you still don't have debug symbols... > (gdb) bt > #0 0x00007f7d540a5318 in delwin () from /lib64/libncursesw.so.6 > #1 0x00000000008fba3c in ?? () > #2 0x00000000008fc44e in ?? () > #3 0x00000000008fc131 in ?? () > #4 0x0000000000a7debb in ?? () > #5 0x0000000000a696a0 in ?? () ... stack trace makes this clear. So unfortunately this doesn't really tell us anything. --=20 You are receiving this mail because: You are on the CC list for the bug.=