This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Increasing backtrace entries


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]