From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8FFB3385E037; Fri, 21 Jul 2023 20:20:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FFB3385E037 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689970840; bh=ufYzm771onLlIXSkn7ak9PQKU8wjXlAszJsuy5uA0Lg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EU1HSBjbuQ9RdEJkwkHxehGc70OmfvT5pTHZ4z73y6CrBItq48mOvc+LRF9qeNIE8 CXBUjblOPKu2xjGfHYKZ3fw5kCdtpoMfz6NyxLmZVKpLLg3NxiU+NSc4MqZukreFWM qUtboX/2eO6haIALVxNecdjxl1u5THt6OxqPxDTA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30651] GDB crash on _BitInt debuginfo Date: Fri, 21 Jul 2023 20:20:40 +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: 12.1 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: tromey 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=3D30651 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4d051f3a4e28= 39225f7de0ea783e2fdca1c7717e commit 4d051f3a4e2839225f7de0ea783e2fdca1c7717e Author: Tom Tromey Date: Thu Jul 20 15:48:46 2023 -0600 Fix crash with DW_FORM_implicit_const Jakub pointed out that using DW_FORM_implicit_const with DW_AT_bit_size would cause gdb to crash. This happened because DW_FORM_implicit_const is not an "unsigned" form, causing as_unsigned to assert. This patch fixes the problem. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30651 Approved-By: Andrew Burgess --=20 You are receiving this mail because: You are on the CC list for the bug.=