From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8B1DC3858C52; Fri, 10 Mar 2023 11:36:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8B1DC3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678448167; bh=0bjskcvjc2nC2/J7E+ok8gvu6I3998yshi7bDxCoK3A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cNtcfcGdWxw1CEM0HD02owe5SKRXmcl0OaE09yly48JAnLQXNaCjeZAR/jChQWHe/ RW5uj85tko9dYtEk+wodQN7A2Hu5+knNLX+LHe3gfWEZV6JEXVSGhYaN6vZu2SvAe6 xaF+NPdcG9TRejCTbsnIhFs7qliaYOCgAZMUFWPU= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109064] Maximum recursion depth exceeded in std::shared_ptr xmethod Date: Fri, 10 Mar 2023 11:36:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109064 --- Comment #2 from Jonathan Wakely --- Unfortunately in the testsuite those errors cause the test to be ignored as UNSUPPORTED, instead of making it FAIL: Python Exception : maximum recursion depth exceeded= ^M skipping: Python Exception : maximum recursion depth exceeded^M shared_ptr.gdb:32: Error in sourced command file: Error while looking for matching xmethod workers defined in Python. skipping: shared_ptr.gdb:32: Error in sourced command file: skipping: Error while looking for matching xmethod workers defined in Pytho= n. UNSUPPORTED: libstdc++-xmethods/shared_ptr.cc There's a second problem in that SharedPtrUseCountWorker class as well.=