Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.6.2
-
None
-
ubuntu 18.04, QT5.11.1
-
-
9fe8c46d15c9685a744df0f32feb3459a37ee623 (qt-creator/qt-creator/4.8)
Description
I have a big header file in my subject which is nearly 2gb.
Qt creator crashes when I open the cpp file which include the big header file and gives me the error "std::bad_alloc()"
The cpptool tries to parse the big header file when it is included in c files without specifying the limit size of the file in file builtineditordocumentparser.cpp ( function BuiltinEditorDocumentParser::updateImpl).
Shall the object sourceProcessor call function setFileSizeLimitInMb before it goes on?
Thank you!