public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Issue with GDB 7.0
@ 2011-11-08  4:38 trisha yad
  2011-11-08  8:58 ` naga raj
  0 siblings, 1 reply; 3+ messages in thread
From: trisha yad @ 2011-11-08  4:38 UTC (permalink / raw)
  To: gdb

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Issue with GDB 7.0
  2011-11-08  4:38 Issue with GDB 7.0 trisha yad
@ 2011-11-08  8:58 ` naga raj
  2011-11-08 13:07   ` trisha yad
  0 siblings, 1 reply; 3+ messages in thread
From: naga raj @ 2011-11-08  8:58 UTC (permalink / raw)
  To: trisha yad; +Cc: gdb

Hi Trisha,

> (gdb) bt
>
> it show error Backtrace stopped: frame did not save the PC
I Dono for which target you are working, but I have also experienced
similar error.
 It has been resolved by adjusting the stack frame values to the GDB correctly.

Refer the link for more info.
http://www.embecosm.com/download/ean3.html

-Nagaraju

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Issue with GDB 7.0
  2011-11-08  8:58 ` naga raj
@ 2011-11-08 13:07   ` trisha yad
  0 siblings, 0 replies; 3+ messages in thread
From: trisha yad @ 2011-11-08 13:07 UTC (permalink / raw)
  To: naga raj; +Cc: gdb

Hi all,
Thanks naga,

I am working on MIPS


On Tue, Nov 8, 2011 at 2:28 PM, naga raj <gnuuser.raj@gmail.com> wrote:
> Hi Trisha,
>
>> (gdb) bt
>>
>> it show error Backtrace stopped: frame did not save the PC
> I Dono for which target you are working, but I have also experienced
> similar error.
>  It has been resolved by adjusting the stack frame values to the GDB correctly.
>
> Refer the link for more info.
> http://www.embecosm.com/download/ean3.html
>
> -Nagaraju
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-08 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-08  4:38 Issue with GDB 7.0 trisha yad
2011-11-08  8:58 ` naga raj
2011-11-08 13:07   ` trisha yad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).