From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3859 invoked by alias); 29 Jul 2008 12:13:06 -0000 Received: (qmail 3847 invoked by uid 22791); 29 Jul 2008 12:13:05 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 29 Jul 2008 12:12:47 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 6777798200; Tue, 29 Jul 2008 12:12:45 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 533DF98100; Tue, 29 Jul 2008 12:12:45 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KNo4K-0002io-67; Tue, 29 Jul 2008 08:12:44 -0400 Date: Tue, 29 Jul 2008 12:13:00 -0000 From: Daniel Jacobowitz To: Luis Machado Cc: gdb-patches@sourceware.org, Pedro Alves Subject: Re: [PATCH] Handle absence of DT_DEBUG while debugging ld.so Message-ID: <20080729121244.GA2175@caradoc.them.org> Mail-Followup-To: Luis Machado , gdb-patches@sourceware.org, Pedro Alves References: <1217289278.16935.23.camel@gargoyle> <20080729022723.GA6298@caradoc.them.org> <1217300235.16935.35.camel@gargoyle> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1217300235.16935.35.camel@gargoyle> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00536.txt.bz2 On Mon, Jul 28, 2008 at 11:57:15PM -0300, Luis Machado wrote: > Yes, this specific address seems broken somehow. This is the first > _r_debug entry GDB gets: Looks like the section offsets are not set yet. > And this is the next _r_debug minimal symbol entry GDB gets: What do you mean by "next"? What commands did you use to get this output? Also, with GDB 6.8 I can "continue" after this error. With HEAD: Continuing. Cannot execute this command while the selected thread is running. Hey, Pedro? Cleanup trouble? -- Daniel Jacobowitz CodeSourcery