From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30505 invoked by alias); 2 Jul 2010 17:14:14 -0000 Received: (qmail 30488 invoked by uid 48); 2 Jul 2010 17:14:13 -0000 Date: Fri, 02 Jul 2010 17:14:00 -0000 From: "jan dot kratochvil at redhat dot com" To: gdb-prs@sourceware.org Message-ID: <20100702171412.11786.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/11786] New: PIE support may not work for some PIEs X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00008.txt.bz2 PIE support update going to be checked-in for gdb-7.2: http://sourceware.org/ml/gdb-patches/2010-06/msg00231.html assumes in svr4_exec_displacement just P_VADDR and P_PADDR get displaced. prelink sources contains adjust_dso() which may in some cases relocated also/only P_OFFSET, P_FILESZ and/or P_MEMSZ. This would disable the PIE adjustment in GDB making it fail on such PIE inferior. I am currently not aware of such sample program. -- Summary: PIE support may not work for some PIEs Product: gdb Version: unknown Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdb AssignedTo: unassigned at sourceware dot org ReportedBy: jan dot kratochvil at redhat dot com CC: gdb-prs at sourceware dot org http://sourceware.org/bugzilla/show_bug.cgi?id=11786 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.