From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D47253857C42; Wed, 6 Dec 2023 09:29:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D47253857C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701854963; bh=YG/BwWM+EBI13y2yV0iEM0ly21KFMgbBS2UiTqivbho=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vBa4+OP1ax0uBgGlR46B/y3zr5MQUej6DFuDHT8JVq9CzvuM0aGduGPBmT/9ebegJ BV7g606T2zjqOGJVNnam8oo0aGElVxO/6tAHpbgcXnHJV8mQhIdjzCUcReCQJa9Uhk IMEqir4qqj2ScM50nUAMh9Z2nsEexS1XyLesgbHE= 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: Wed, 06 Dec 2023 09:29:21 +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 #10 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db17ef9dcd8d1= 6eedf4e60565cd7701698b5a0b6b commit b17ef9dcd8d16eedf4e60565cd7701698b5a0b6b Author: Tom de Vries via Gdb-patches Date: Wed Dec 6 10:29:17 2023 +0100 [gdb/symtab] Redo "Fix assert in set_length" This reverts commit 1c04f72368c ("[gdb/symtab] Fix assert in set_length= "), due to a regression reported in PR29572, and implements a different fix for PR29453. The fix is to not use the CU table in a .debug_names section to constru= ct all_units, but instead use create_all_units, and then verify the CU table from .debug_names. This also fixes PR25969, so remove the KFAIL. Approved-By: Tom Tromey Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29572 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D25969 --=20 You are receiving this mail because: You are on the CC list for the bug.=