From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E12443858288; Wed, 9 Aug 2023 11:18:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E12443858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691579898; bh=8JPoWqCR/FDivEIELHgoYnF2RwINZNeX0QAy8dO2L+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tuwNHd7xxDSUJUnrs0HJtq5UxdlgIMEUHl3u7hemLae4U2EvxhdUFwn8Ajh/kIpWR LPXW5x/IugMDr8NYWPOaobnsIfw73KlYRZoDYru12WIGFdhUKphdpGeMrdwPcBdpwo hB1sgNVQj1UY3xUSbPJejDCj2bhb4s9iEPEC5CmI= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/110956] [13, 14 regression] gcc_assert is hit at gcc-13.2.0/libgcc/unwind-dw2-fde.c#L291 with some special library Date: Wed, 09 Aug 2023 11:18:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status 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=3D110956 Rainer Orth changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #3 from Rainer Orth --- (In reply to Thomas Neumann from comment #1) > The assert says that the code tries to de-register a frame that it did not > register before or that was deregistered before. If you see that failing = you > might want to add some print statements to > __register_frame_info_{tables_|}bases and __deregister_frame_info_bases. > But the example that you included in the report does not seem to trigger = the > assert but crashes during unwinding instead? This has to be looked at in a > debugger. Given my nightmarish experiences debugging unwinder issues, I guess I'll ra= ther start with a reghunt to identify when this started. > I do not have access to Solaris. If you can give me remote access to a > suitable machine I am willing to debug this, otherwise you must check > yourself why the crash happens. There's still no Solaris/x86 box in the cfarm, unfortunately, only Solaris/SPARC.=