Bug #18558 2012-04-13 08:50

ko1ia

Hangs when .cpp file contains specific #include

CodeBlocks (svn7925, wx2.8.12, SDK Version 1.13.0, Windows, unicode, 32bit) hangs (at exit and at work) when .cpp file in the project contains #include of Boost metastate machine:

#include <boost/msm/back/state_machine.hpp>

#include <boost/msm/front/state_machine_def.hpp>

Category
Plugin::CodeCompletion
Group
Platform:Windows
Status
Open
Close date
 
Assigned to
ollydbg
ko1ia 2012-04-13 08:52
ollydbg 2012-04-13 12:34

Are there any crash report files?

ko1ia 2012-04-13 12:44

No crash report. Just hangs. I selected "Close project" and then gave it about 1.5hours in hope CB will manage to do the job, but it just tortured CPU and nothing else.

ko1ia 2012-04-13 12:54

And by the way. I tried to set the checkboxes Settings->Editor->Code completion->Disable code completion and ...->Symbol browser->Disable symbols browser, but the problem persists.

ollydbg 2012-04-13 13:15

Can you disable the CC plugin and try again:

Menu->plugins->manage plugins

Then select the codecompletion plugin, and disable it. Thanks.

ko1ia 2012-04-13 13:21

Yes, the problem disappears only when entire codecompletion plugin disabled.