From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CE293858C74; Thu, 29 Feb 2024 22:53:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CE293858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709247222; bh=Gx61QnfoDQJBIz7BnfOsYRqYXbPrVgN1ZT7xyzhpdnE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HQr6MUzXJqzgvE3c9IldJDs687jnnOMC3/JHGXkcjnMMs3R6h5OHTMyd0zs2Tr1rP zA3VkIZnE+P/oUSCEpow4kMqPBftzGjRBxrQ0GmWS8Ius7Gp7CEtxtH9eHVtMjLzzG OsmlofjYiPLJGOgeuAU7PohbalnPdsbatdDGcZEE= From: "amerey at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug tools/22288] eu-addr2line doesn't find a rust file:line Date: Thu, 29 Feb 2024 22:53:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: tools X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amerey at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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_status resolution 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=3D22288 Aaron Merey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |amerey at redhat dot com --- Comment #6 from Aaron Merey --- Fixed in the following commit: commit d7768acc697735cc7498ddc891a1065439ba1d6f Author: Aaron Merey Date: Mon Feb 26 09:58:39 2024 -0500 Add __libdw_getdieranges __libdw_getdieranges builds an aranges list by iterating over each CU and recording each address range. This function is an alternative to dwarf_getaranges. dwarf_getaranges attempts to read address ranges from .debug_aranges, which might be absent or incomplete. This patch replaces dwarf_getaranges with __libdw_getdieranges in dwarf_addrdie and dwfl_module_addrdie. The existing tests in run-getsrc-die.sh are also rerun with .debug_aranges removed from the testfiles. https://sourceware.org/bugzilla/show_bug.cgi?id=3D22288 https://sourceware.org/bugzilla/show_bug.cgi?id=3D30948 Signed-off-by: Aaron Merey --=20 You are receiving this mail because: You are on the CC list for the bug.=