From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41852 invoked by alias); 1 May 2017 14:40:52 -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 41688 invoked by uid 48); 1 May 2017 14:40:48 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug tools/21247] addr2line doesn't properly resolve filename/lineno Date: Tue, 02 May 2017 11:20: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: mark at klomp 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: 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 X-SW-Source: 2017-q2/txt/msg00129.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21247 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #3 from Mark Wielaard --- Dumping the whole decoded line table with eu-readelf --debug-dump=3Ddecoded= line shows: =20 /home/marat/production/ue4/Engine/Source/Runtime/Core/Private/Linux/LinuxPl= atformCrashContext.cpp (mtime: 0, length: 0) 593:6 S 0 0 0 +0x00000000002c099f <_Z20PlatformCrashHandleriP9siginfo_tPv+0xef> 593:6 0 0 0 +0x00000000002c09ae <_Z20PlatformCrashHandleriP9siginfo_tPv+0xfe> 595:3 S 0 0 0 +0x00000000002c09b0 <_Z20PlatformCrashHandleriP9siginfo_tPv+0x100> 600:3 S 0 0 0 +0x00000000002c09b4 <_Z20PlatformCrashHandleriP9siginfo_tPv+0x104> 75:1 S 0 0 0 +0x00000000002c09b9 <_Z20PlatformCrashHandleriP9siginfo_tPv+0x109> 76:6 S 0 0 0 +0x00000000002c09be <_Z20PlatformCrashHandleriP9siginfo_tPv+0x10e> So there we are able to also deduce that address 0x2c09b2 is associated with LinuxPlatformCrashContext.cpp:595:3 --=20 You are receiving this mail because: You are on the CC list for the bug.