From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 16CD03857C52; Sun, 11 Oct 2020 20:57:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16CD03857C52 From: "lemo1234 at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/25102] internal-error: bool value_contents_bits_eq(const value*, int, const value*, int, int): Assertion `offset2 + length <= TYPE_LENGTH (val2->enclosing_type) * TARGET_CHAR_BIT' failed Date: Sun, 11 Oct 2020 20:57:37 +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: 8.3.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lemo1234 at gmail dot com 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: 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 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: Sun, 11 Oct 2020 20:57:38 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25102 --- Comment #2 from lemo1234 at gmail dot com --- This issue was blocking me, so I put together a quick fix for it: https://github.com/tlemo/gdb/commit/e7836ff2801e306dfa940ca6a5c0761c1b617a0b I'm not familiar with the GDB's internals so this is a basic patch that made sense to me from a quick inspection of the source tree. For what is worth, = I've been using GDB 9.2 + this patch for a few months now and I haven't noticed = any problems. --=20 You are receiving this mail because: You are on the CC list for the bug.=