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


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.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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