Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Exception on GDB "-stack-list-frames"

On Thu, Dec 20, 2007 at 05:20:51PM +0000, John Dallaway wrote:
> Hi
> 
> I am observing missing backtraces for some threads when debugging using
> CDT 4.0.1 and GDB 6.1. Looking at the GDB/MI traffic, I note that the
> backtraces are missing because "-stack-list-frames" returns:
> 
>   ^error,msg="Previous frame inner to this frame (corrupt stack?)"
> 
> which triggers an exception.

Please consider upgrading GDB; this won't be displayed as an error in
GDB 6.7.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top