From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10436 invoked by alias); 13 Mar 2017 19:39:18 -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 10367 invoked by uid 48); 13 Mar 2017 19:39:13 -0000 From: "marat at slonopotamus dot org" To: elfutils-devel@sourceware.org Subject: [Bug tools/21247] New: addr2line doesn't properly resolve filename/lineno Date: Mon, 13 Mar 2017 19:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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/msg00092.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21247 Bug ID: 21247 Summary: addr2line doesn't properly resolve filename/lineno Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: unassigned at sourceware dot org Reporter: marat at slonopotamus dot org CC: elfutils-devel at sourceware dot org Target Milestone: --- Way to reproduce: 1. wget http://slonopotamus.org/libUE4Editor-Core.so (warning, 50MB) 2. ./src/addr2line -f -e libUE4Editor-Core.so 0x2c09b2 Expected output (as produced by addr2line from GNU binutils and I know that this is correct): _Z20PlatformCrashHandleriP9siginfo_tPv /home/marat/production/ue4/Engine/Source/Runtime/Core/Private/Linux/LinuxPl= atformCrashContext.cpp:595 Actual output (tested against commit e22cc80923f94e54c9384421904461958899db= 5b): _Z20PlatformCrashHandleriP9siginfo_tPv ??:0 So, function name is resolved correctly but filename/lineno info is missing. --=20 You are receiving this mail because: You are on the CC list for the bug.