Bug #19159 2013-10-19 11:44

anen

wxWidget crashing code::blocks with target missmatch

code::blocks crash when you try to compile ONE file if you have a custom build target active. And that target does not include that does not include that file.

In my case I have a g++ project with a few .cc and .h files.

In addition to the default build targets I have smaller ones for only parts of the project. If I try to "Compile current file" and that file is NOT part of the currently active/selected build target code::blocks crashes.

Category
Application::Crash
Group
Platform:Windows
Status
Open
Close date
 
Assigned to
 
ollydbg 2014-02-28 06:18

I remember this bug is fixed in Revision: 9637

Author: mortenmacfly

Date: 2014-2-6 16:02:06

Message:

* single file compilation: fix a crash if user selects a wrong target

-------------------------------

M(T ) : /trunk/src/plugins/compilergcc/directcommands.cpp

So, I close it.