From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2BEED3857C56; Tue, 2 Feb 2021 17:26:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BEED3857C56 From: "r.kloos at campus dot tu-berlin.de" To: gdb-prs@sourceware.org Subject: [Bug gdb/27317] New: gdb crashes upon target remote :1234 Date: Tue, 02 Feb 2021 17:26:51 +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: 9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: r.kloos at campus dot tu-berlin.de X-Bugzilla-Status: UNCONFIRMED 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 attachments.created 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2021 17:26:52 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27317 Bug ID: 27317 Summary: gdb crashes upon target remote :1234 Product: gdb Version: 9.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: r.kloos at campus dot tu-berlin.de Target Milestone: --- Created attachment 13196 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D13196&action=3Ded= it core dump of gdb after described error The following output is given after trying to use gdb with a symbol file and trying to execute target remote :1234 : Reading symbols from kernel_debug... DW_FORM_strp pointing outside of .debug_str section [in module //kernel_debug] (No debugging symbols found in kernel_debug) (gdb) target remote localhost:1234 Remote debugging using localhost:1234 ../../gdb-9.2/gdb/dwarf2-frame.c:2004: internal-error: const gdb_byte* decode_frame_entry_1(comp_unit*, const gdb_byte*, int, dwarf2_cie_table&, dwarf2_fde_table*, eh_frame_type): Assertion `fde->cie !=3D NULL' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y This is a bug, please report it. For instructions, see: . ../../gdb-9.2/gdb/dwarf2-frame.c:2004: internal-error: const gdb_byte* decode_frame_entry_1(comp_unit*, const gdb_byte*, int, dwarf2_cie_table&, dwarf2_fde_table*, eh_frame_type): Assertion `fde->cie !=3D NULL' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) y Aborted (core dumped) The symbol file should work, however I don't get why gdb would crash if it didn't either. I have included the core dump --=20 You are receiving this mail because: You are on the CC list for the bug.=