From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EABF23858D1E; Fri, 23 Feb 2024 17:24:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EABF23858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708709070; bh=lwGZ1vspZ6B1SuaDJt44iPPOwn9lhdqdV33jBUDwQ/U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xnfQInF8Obpj/QKRCbwinRKAryPU5a5pdYVXBWOekgoBumgKCSkaf84RW72gdHNaG GhmCgQMb0P8kL/p49iXHB1O3HhNehNg29FADcgZBnUwWWjlE0qum/nWqTmeGwKgj8y 7O8Na1jsT9MtpL6igovIMl1BXswz691zumO7eink= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/66874] RFE: x86_64_fallback_frame_state more robust Date: Fri, 23 Feb 2024 17:24:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 5.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: --- 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66874 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek --- (In reply to Sam James from comment #2) > I've been going crazy hitting this recently (see e.g. > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114068#c2). >=20 > pinskia pointed me here and I fear I might be hitting this as a result of > dwz optimised debug info on gcc (as it's the only recent change I can thi= nk > of). How could dwz have anything to do with this? The libgcc unwinder works on .eh_frame sections. dwz only ever modifies .debug_* sections (and .gnu_debugaltlink and perhaps throws away .gdb_index), all non-allocatable sections which the lib= gcc unwinder never touches.=