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]

Issue with GDB 7.0


Hi All,

I am running one application and it generate core dump. When I run bt or

(gdb) bt

it show error Backtrace stopped: frame did not save the PC

and
(gdb) info frame
source language c.
 Arglist at unknown address.
 Locals at unknown address, Previous frame's sp in sp

(gdb) info args
top = <value optimized out>
base = <value optimized out>
thisGen = <value optimized out>
ee = <value optimized out>

I check one link
http://sourceware.org/gdb/current/onlinedocs/gdb/Tail-Call-Frames.html
. It inform that this is due to Tail Call Frames

thanks


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