From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29592 invoked by alias); 18 Aug 2014 21:14:48 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28965 invoked by uid 48); 18 Aug 2014 21:14:42 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info Date: Mon, 18 Aug 2014 21:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 4.8.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-08/txt/msg01236.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #24 from Eric Botcazou --- I might have a plausible scenario, but I'd need more info: 1. the options used to link the runtime linker 2. the value of registers r25 and r23 right after: 0x200000080000a8f0 <+304>: [MMI] ld8 r25=[r25] 0x200000080000a8f1 <+305>: ld8 r23=[r23] 0x200000080000a8f2 <+306>: nop.i 0x0;; for the invocation of _dl_start that leads to the segfault.