From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8BDC3857727; Thu, 10 Aug 2023 13:46:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8BDC3857727 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691675216; bh=FEPpEVHF+ECZAb8lIAkLMfc+JuUfUjwHqEHVA37XeAE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hE8B2CqRTxblXCvutDwKp1t4hFfagriPqtlLE/INKNhF8pEiKLMZ+wUN5VH0GEQUF symxBENrAMkK1nyhVuayWPyeMadYMDPf0BEDMg6H5SyptqXsluC/QLHT0OARiP1M00 SNEiAIymjUmNMpkTg/EP0maAL6tciewYh2sY98cg= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29572] [gdb/symtab] read.h:298: internal-error: length: Assertion `m_length != 0' failed. Date: Thu, 10 Aug 2023 13:46:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit 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: 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=3D29572 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D107ab8d45df8= 4b442ce2d79c6dda3a9b3afc80d5 commit 107ab8d45df84b442ce2d79c6dda3a9b3afc80d5 Author: Tom de Vries Date: Thu Aug 10 15:46:30 2023 +0200 [gdb/testsuite] Improve failure mode in gdb.dwarf2/enqueued-cu-base-addr.exp I ran test-case gdb.dwarf2/enqueued-cu-base-addr.exp with target board cc-with-debug-names, and ran into: ... FAIL: gdb.dwarf2/enqueued-cu-base-addr.exp: ptype foo (GDB internal err= or) FAIL: gdb.dwarf2/enqueued-cu-base-addr.exp: CU addr found ... The first FAIL is a known issue, PR symtab/29572. The following FAIL is a consequence of the first FAIL, so require for t= he second test that the first test passes. Tested on x86_64-linux, with target boards unix and cc-with-debug-names. --=20 You are receiving this mail because: You are on the CC list for the bug.=