From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2136 invoked by alias); 28 Sep 2010 16:52:49 -0000 Received: (qmail 2069 invoked by uid 48); 28 Sep 2010 16:52:36 -0000 Date: Tue, 28 Sep 2010 16:52:00 -0000 Message-ID: <20100928165236.2068.qmail@sourceware.org> From: "krebbel1 at de dot ibm dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20100927174152.12067.jan.kratochvil@redhat.com> References: <20100927174152.12067.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/12067] PIE && prelink && -m31 = crash X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00138.txt.bz2 ------- Additional Comments From krebbel1 at de dot ibm dot com 2010-09-28 16:52 ------- Created an attachment (id=5019) --> (http://sourceware.org/bugzilla/attachment.cgi?id=5019&action=view) Fix The calculation of the relocation offset was wrong. It basically worked only for PIE with a base address of zero what is not the case for a prelinked binaries. The patch fixes the testcase for me. -- http://sourceware.org/bugzilla/show_bug.cgi?id=12067 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.