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: Crash using '-stack-list-frames'


On Wed, Dec 03, 2008 at 03:56:11PM -0500, Srinath Avadhanula wrote:
> Hi,
> 
> Gdb is crashing on me when I try to use the command 'interpreter mi
> "-stack-list-frames 0 182"'. I debugged gdb using gdb and found that
> it gets into an infinite recursion with the first few frames being as
> below.
> 
> Unfortunately, I am unable to come up with a simple test program which
> reproduces the problem. I would be glad to help further if given any
> pointers.

This is the C++ name demangler.  Set a breakpoint at it and find what
input is taking it to this recursion?

-- 
Daniel Jacobowitz
CodeSourcery


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