Bug #16647 2010-01-10 09:54
private_joker
Bug in Code Comletion plugin (CPU overload).
How to reproduce:
1. Create new wxWidget project, with Microsoft Visual C++ 2005/2008 compiller option.
2. Fill all wizzard forms.
3. Open Task Manager and you see that CPU overload 50% (on Core 2 Duo) all time(!).
Additional info:
a) Software
- Code::Blocks SVN Rev. 6065 compiled this morning by myself.
- Visual C++ 2005 Express Edition.
- Microsoft Platform SDK for Windows Server 2003 SP1.
- Windows XP SP3
b) Settings in Code::Blocks
1) Settings->Editor->Code Completion->C/C++ Parser and check "Follow GLOBAL icludes"
2) Search directories (Project build options):
Compiler:
c:\Program Files\Microsoft Platform SDK\Include
c:\Program Files\Microsoft Visual Studio 8\VC\include
$(#wx)\include
$(#wx)\contrib\include
Resource compiler:
c:\Program Files\Microsoft Platform SDK\Include
I'm absolutely sure then this bug in CC, cause when I'm:
Switch to MinGW Toolchain || uncheck "Follow GLOBAL icludes" || Disable CC plugin at all || use oldest 8.02 Code::Blocks version or november's build founded in "Nightly" subforum
this bug isn't reproduce.
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-01-25 09:01
- Assigned to
- mortenmacfly
History
This bug is now fixed in HEAD.
Thank you for reporting it.