News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugging...

Started by Fletscher, February 08, 2006, 12:18:34 PM

Previous topic - Next topic

Fletscher

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

mandrav

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...
Be patient!
This bug will be fixed soon...

K.I.L.E.R

Check for NULL pointers.
I'm sure you used something before initialising it.

Michael

I would give a try to the latest nightly build.

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

Pecan

Quote"Previous frame inner to this frame (corrupt stack?)... error".

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

thanks
pecan