Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.7.2
-
None
-
Windows Seven (64bit pro)
8GB of memory
compiler : mingw
-
8aa8f225369603e1e9ea019ca043715b08a61e82
Description
At start Qt Creator consumes around 300Mo of memory.
When opening an header file (.h) I got a crash, I see memory grow up instantly to 1.5Go. I think the code parser try to do a to huge allocation.
Our project is heavy and a lot of method are directly in header files for in-lining.
PS : I can't put some breakpoints to in headers (with mingw/gdb on previous version of Qt creator too).