Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.3.0-beta1
-
Creator's built-in code-model
Windows 7 64 bit
Project configured with Qt 5.3.1, built with MSVC2010
On Linux, this seems to work correctly.
Description
- Open project tests\manual\cplusplus-tools\cplusplus-tools.pro from Creator's repository in Creator.
- Configure the project with a kit using Qt 5.3.1, built with MSVC2010.
- In main.cpp, go to the definition of
void testCompleteSymbols()
- Keep an eye on Creator's CPU consumption.
For me, it's at 13% now. Quite high already, considering that Creator is doing nothing at the moment. - Uncomment one of the outcommented lines.
CPU usage rises to 25%. - Comment that line out again.
38% - Repeat steps 5 and 6.
Each time, Creator's CPU consumption rises and doesn't fall. - Try to close main.cpp
Creator freezes completely.
Found while trying QTCREATORBUG-13064. Both issues need the same steps to reproduce them. I can't judge whether they are just two symptoms of the same bug.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-13064 [REG 3.2.1 -> 3.3.0] Code completion
-
- Closed
-