From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E750E3858C52; Wed, 24 Jan 2024 16:17:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E750E3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706113058; bh=YMBmJGfAxdrKawPphEY2z83CcKcl44Ue4e4haJ8QEnk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=M5bb7BVBgJddBDYC+JppnzJnFWHDSD3OY4dcDEmMaQ1bdFygGVBk2AHw7qiLB8tGm n4HtrWx0IWIzIIlUUxpxGynjwQpnNbfQKXR+HDoY1QEtgGpoAF+dLsPf+e+VthQ/1a 6k4ADVcfEXtDYhq79FER5ZdtJphsRNvEKuhkXJ2o= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31281] [gdb] intrusive_list.h:329: internal-error: push_back: Assertion elem_node->prev == INTRUSIVE_LIST_UNLIKED_VALUE failed. Date: Wed, 24 Jan 2024 16:17:38 +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: tromey at sourceware dot 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: cc 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 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #2 from Tom Tromey --- This is suggestive: #11 0x000000000087a3d1 in process_stratum_target::maybe_remove_resumed_with_pending_wait_status (this=3D0x10fac80 , thread=3D0x237ea40) at ../../binutils-gdb/gdb/process-stratum-target.c:136 #12 0x00000000009fed78 in set_thread_exited (tp=3D0x237ea40,=20 exit_code=3Dstd::optional [no contained value], silent=3Dtrue) at ../../binutils-gdb/gdb/thread.c:236 #13 0x0000000000762cc2 in operator() (__closure=3D0x7ffe08d2b507, thr=3D0x2= 37ea40) at ../../binutils-gdb/gdb/inferior.c:268 #14 0x0000000000765977 in intrusive_list >::clear_and_dispose >(struct {...}) (this=3D0x1c0b068, disposer=3D...) at ../../binutils-gdb/gdb/../gdbsupport/intrusive_list.h:518 In frame 11 the assertion triggers. But maybe the entry was already removed by the loop in frame 14. --=20 You are receiving this mail because: You are on the CC list for the bug.=