From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13135 invoked by alias); 26 Jun 2008 18:26:56 -0000 Received: (qmail 13127 invoked by uid 22791); 26 Jun 2008 18:26:56 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jun 2008 18:26:39 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 6B4243C220; Thu, 26 Jun 2008 11:26:37 -0700 (PDT) Subject: Re: Increasing backtrace entries From: Michael Snyder To: Andreas Schwab Cc: JobHunts02@aol.com, gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 26 Jun 2008 18:26:00 -0000 Message-Id: <1214504797.3601.1372.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00282.txt.bz2 On Thu, 2008-06-26 at 11:15 +0200, Andreas Schwab wrote: > JobHunts02@aol.com writes: > > > warning: exec file is newer than core file. > > Cannot access memory at address 0x6d61706c > > (gdb) bt > > #0 0x1003cc60 in wsrFind ( > > reg_p=0x30284d9e
, rxc=-1) > > at lwc.c:4024 > > Cannot access memory at address 0x30284d84 > > (gdb) > > Apparently the core file does not match the executable and/or debugging > info you have. If that is the case then nothing can be done about that, > except by manually decoding the frames. Yes, the appearance is that either (a) you have recompiled the executable since the corefile was generated, or (b) it's the wrong executable, in which case finding the right one will solve your problem.