Increasing backtrace entries
Michael Snyder
msnyder@specifix.com
Thu Jun 26 18:26:00 GMT 2008
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.
More information about the Gdb
mailing list