From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C02EE3858C5E; Tue, 23 Jan 2024 17:59:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C02EE3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706032762; bh=7cs8bdLCbsb0jj1ZHUrWRMJzXQuM3UcA7Rfgf7kXIKI=; h=From:To:Subject:Date:From; b=GGINxzFOnEM6oFdgXWqn3DLjC/14IX347rIVduTHFaW0JKvc0+58dUaJV0jA+cyZ1 Q0TseqfLyFO1cF8sn2UegHXGDikIOCNSIZsrrQS0ndomVCMKNvkquXMnbO20e30XOy PqHdGsK7Y+8O7qsf65GiVkK/9aWiOE3UlHT7l5hs= From: "blarsen at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31281] New: [gdb] intrusive_list.h:329: internal-error: push_back: Assertion elem_node->prev == INTRUSIVE_LIST_UNLIKED_VALUE failed. Date: Tue, 23 Jan 2024 17:59:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 31281 Summary: [gdb] intrusive_list.h:329: internal-error: push_back: Assertion elem_node->prev =3D=3D INTRUSIVE_LIST_UNLIKED_VALUE failed. Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: blarsen at redhat dot com Target Milestone: --- When testing with the newest clang in rawhide (17.0.6), multiple tests in t= he testsuite trigger the assertion in the testsuite. One example is gdb.base/watch_thread_num.exp, happening on the test "Watchp= oint triggered iteration 1". I haven't had time to dig any further, but I did manage to confirm that it isn't fixed by the change suggested in PR 31061. --=20 You are receiving this mail because: You are on the CC list for the bug.=