Code::Blocks Forums

User forums => Help => Topic started by: Fletscher on February 08, 2006, 12:18:34 pm

Title: Debugging...
Post by: Fletscher on February 08, 2006, 12:18:34 pm
Hi

I use C::B 1.0 RC2 and GDB 6.3. When i use the debugger for my windows console app, the debugger-windows
shows this error message "Previous frame inner to this frame (corrupt stack?)... error".

Does somebody know this problem or did something wrong?

Thanx
Fletscher
Title: Re: Debugging...
Post by: mandrav on February 08, 2006, 12:27:13 pm
Quote
Does somebody know this problem or did something wrong?

Yes, you did something wrong in your program. Smells like stack corruption, as the message says...
Title: Re: Debugging...
Post by: K.I.L.E.R on February 09, 2006, 02:51:21 pm
Check for NULL pointers.
I'm sure you used something before initialising it.
Title: Re: Debugging...
Post by: Michael on February 09, 2006, 03:11:12 pm
I would give a try to the latest nightly build.

Michael
Title: Re: Debugging...
Post by: Pecan on February 09, 2006, 04:14:57 pm
Quote
"Previous frame inner to this frame (corrupt stack?)... error".

Nice to know what that error msg actually means...

thanks
pecan