From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9300 invoked by alias); 26 Jul 2004 20:51:17 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9292 invoked from network); 26 Jul 2004 20:51:16 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 26 Jul 2004 20:51:16 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6QKpGe3028983 for ; Mon, 26 Jul 2004 16:51:16 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6QKpGa23890; Mon, 26 Jul 2004 16:51:16 -0400 Received: from localhost.localdomain (vpn50-55.rdu.redhat.com [172.16.50.55]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i6QKpFSS016444; Mon, 26 Jul 2004 16:51:15 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.11/8.12.10) with SMTP id i6QKp9op024069; Mon, 26 Jul 2004 13:51:10 -0700 Date: Mon, 26 Jul 2004 21:09:00 -0000 From: Kevin Buettner To: "Bloch, Jack" Cc: gdb@sources.redhat.com Subject: Re: Determining base address of shared library from core file Message-Id: <20040726135109.56414ce3@saguaro> In-Reply-To: <7A25937D23A1E64C8E93CB4A50509C2A0310F2C7@stca204a.bus.sc.rolm.com> References: <7A25937D23A1E64C8E93CB4A50509C2A0310F2C7@stca204a.bus.sc.rolm.com> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00328.txt.bz2 On Mon, 26 Jul 2004 12:20:10 -0700 "Bloch, Jack" wrote: > When doing this, I find a DT_DEBUG entry but is has a zero in the d_un.d_val > field I don't know why you're seeing this. (Let me know when you figure it out...) > (I am supposed to look at the executable and not the core dump right?) Right. Kevin