From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B5133858006; Wed, 24 Jan 2024 18:11:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B5133858006 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706119901; bh=WiEoQiLCoL0i3JFB4cYY6vX81v00O6Dgoe1WYH9uX1Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fh31YZAO3wzZr+GlJAfErHj4C8XEUk91a5QSeQwTkkcuBqdwQ0nA/i+zm4a9+QYRq 76rPwMkWdov2qbQaB2LsCF/Efe75s0xIDD4/NX6jo7mVOKy3qVUZAonvEF72zMJwis RYIiBXD7dppgTmrBY/JVqz4CVSWR9WYZ6dD7qsLM= From: "blarsen at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31281] [gdb] intrusive_list.h:329: internal-error: push_back: Assertion elem_node->prev == INTRUSIVE_LIST_UNLINKED_VALUE failed. Date: Wed, 24 Jan 2024 18:11: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: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: blarsen at redhat dot com 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=3D31281 --- Comment #5 from Guinevere Larsen --- Tom De Vries, you patch does fix all the crashes relating to this specific crash, but given Simon's analysis, I don't think its a fix, just a way to g= et gdb not to assert. Also, that patch adds a regression on gdb.base/bp-cond-failure.exp, for exa= mple in the test "access_type=3Dshort: cond_eval=3Dauto: multi-loc: continue", w= here we expect gdb to print 'condition for breakpoint 2.1' and with the patch it pr= ints 'condition for breakpoint 2'. --=20 You are receiving this mail because: You are on the CC list for the bug.=