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
History
I just tried to create a project with the source:
http://www.boost.org/doc/libs/1_48_0/libs/msm/doc/HTML/examples/SimpleTutorial.cpp
Are there any crash report files?
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.
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.
Can you disable the CC plugin and try again:
Menu->plugins->manage plugins
Then select the codecompletion plugin, and disable it. Thanks.
Yes, the problem disappears only when entire codecompletion plugin disabled.