Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Phenom on June 16, 2010, 09:12:18 pm

Title: C::B bug
Post by: Phenom on June 16, 2010, 09:12:18 pm
I have found a bug at vesion 10.05. How to recreate:

Open a project and start a debugging session. Before ending it exit C::B after pressing yes to the messagebox that pops up. C::B exits and after that you get a crush.

 
Title: Re: C::B bug
Post by: Jenna on June 17, 2010, 08:06:06 am
A little less information:
Which OS are you using, which compiler (and version) which debugger (and version), which kind of project (console, gui, or any) ?
Title: Re: C::B bug
Post by: Phenom on June 17, 2010, 10:26:29 am
Sorry for not providing the information required.

My OS is Windows XP, the compiler is MinGW-GCC 4.5.0 and my debugger is gdb 7.1.

The project type is GUI.