From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35745 invoked by alias); 16 Nov 2019 20:09:03 -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 35700 invoked by uid 48); 16 Nov 2019 20:08:58 -0000 From: "mail at milianw dot de" To: elfutils-devel@sourceware.org Subject: [Bug libdw/25173] dwarf_getsrc_die fails for rust code Date: Sat, 16 Nov 2019 20:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libdw X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mail at milianw dot de 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: attachments.created 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: 2019-q4/txt/msg00159.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25173 --- Comment #2 from Milian Wolff --- Created attachment 12080 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D12080&action=3Ded= it binary for reproduction here's the compressed binary as compiled with rustc 1.39.0 (4560ea788 2019-11-04) note that this one is compiled today, so the output is a bit different: ``` $ addr2line -f -i -C -e ./main -a 227f0 0x00000000000227f0 core::fmt::Arguments::new_v1 /rustc/4560ea788cb760f0a34127156c78e2552949f734//src/libcore/fmt/mod.rs:316 core::str::slice_error_fail /rustc/4560ea788cb760f0a34127156c78e2552949f734//src/libcore/str/mod.rs:2068 ``` --=20 You are receiving this mail because: You are on the CC list for the bug.