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
QuoteDoes somebody know this problem or did something wrong?
Yes, you did something wrong in your program. Smells like stack corruption, as the message says...
Check for NULL pointers.
I'm sure you used something before initialising it.
I would give a try to the latest nightly build.
Michael
Quote"Previous frame inner to this frame (corrupt stack?)... error".
Nice to know what that error msg actually means...
thanks
pecan