From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69647 invoked by alias); 17 Mar 2017 20:14:27 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 69585 invoked by uid 48); 17 Mar 2017 20:14:23 -0000 From: "marat at slonopotamus dot org" To: elfutils-devel@sourceware.org Subject: [Bug tools/21247] addr2line doesn't properly resolve filename/lineno Date: Fri, 17 Mar 2017 20:14:00 -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: marat at slonopotamus dot org X-Bugzilla-Status: UNCONFIRMED 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: 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 X-SW-Source: 2017-q1/txt/msg00100.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21247 --- Comment #2 from Marat Radchenko --- gimli was fixed ( https://github.com/gimli-rs/addr2line/pull/36 ) and now is consistent with binutils (and llvm-symbolizer). I also sent a patch to elftoolchain so it also resolves filename/lineno properly (though not funct= ion name yet): https://sourceforge.net/p/elftoolchain/tickets/545/#6d97 gimpi problem was that they didn't handle DW_AT_MIPS_linkage_name and DW_AT_specification. elftoolchain problem was that they din't handle DW_AT_ranges for compile un= its (and only looked at lo/hi addresses). I suspect that you do not resolve filename/lineno properly for the same reason. --=20 You are receiving this mail because: You are on the CC list for the bug.