This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Increasing backtrace entries
- From: Michael Snyder <msnyder at specifix dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: JobHunts02 at aol dot com, gdb at sourceware dot org
- Date: Thu, 26 Jun 2008 11:26:37 -0700
- Subject: Re: Increasing backtrace entries
- References: <cce.327cfec2.3594a663@aol.com> <je63rwiml3.fsf@sykes.suse.de>
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 <Address 0x30284d9e out of bounds>, 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.