Author Topic: Debugging...  (Read 4240 times)

Fletscher

  • Guest
Debugging...
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Debugging...
« Reply #1 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...
Be patient!
This bug will be fixed soon...

K.I.L.E.R

  • Guest
Re: Debugging...
« Reply #2 on: February 09, 2006, 02:51:21 pm »
Check for NULL pointers.
I'm sure you used something before initialising it.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Debugging...
« Reply #3 on: February 09, 2006, 03:11:12 pm »
I would give a try to the latest nightly build.

Michael

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Debugging...
« Reply #4 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