From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15357 invoked by alias); 1 Nov 2004 14:26:37 -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 15345 invoked from network); 1 Nov 2004 14:26:35 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.199) by sourceware.org with SMTP; 1 Nov 2004 14:26:35 -0000 Received: by rproxy.gmail.com with SMTP id 74so129609rnk for ; Mon, 01 Nov 2004 06:26:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Idr1f1Z3KhO3SdEAFJpy10EporXaCYzGDj/pwJdla1KmMmUEl3f8eUh0wwuFLHfSDNpshVPChf07PoA9WpNozUUC00exMuJr0xpj4tSSBfXJaEaB2+ybnHaxrFLoKlbPumBnlIFusTcNOrTNpSz36KC0D6jkSSyYiN5JUqs84cs= Received: by 10.39.1.30 with SMTP id d30mr765739rni; Mon, 01 Nov 2004 06:26:34 -0800 (PST) Received: by 10.38.181.17 with HTTP; Mon, 1 Nov 2004 06:26:34 -0800 (PST) Message-ID: Date: Mon, 01 Nov 2004 14:26:00 -0000 From: Devrim Erdem Reply-To: Devrim Erdem To: Marco Molteni , Devrim Erdem , gdb@sources.redhat.com Subject: Re: Attaching and inspecting crash with gdb In-Reply-To: <20041101140741.GA22717@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041101123234.79fbbf10.molter@tin.it> <20041101140741.GA22717@nevyn.them.org> X-SW-Source: 2004-11/txt/msg00003.txt.bz2 I have just tried to use the generate-core-file function with 5.2.1. I attached to the crashed application and saved a core file. This works fine. Then I start gdb with this core and the same executable like : gdb myExec core.13979 I get the warning : warning: core file may not match the specified executable file. Then I get messages like : Cannot access memory at address 0xbf7ff954 when I use frame or where commands. Any hints maybe for this problem ?