Creator crashes by opening a special cpp-file
-
Hello, I use the Creator 16.0.1 MSVC_2022.
The creator seem to be in a endless loop (no error shown, no reaction) after opening a special source file.
I have disable the Clang-Code model. The file must no be in any project.
A copy of this file, does not crash during opening, but crashed after collapsing the code view.I tried to find out the problematic code position by deleting lines but have not found a real logic roule.
It has to do with scrolling and collapsing.Any ideas ?
-
A copy of this file, does not crash during opening, but crashed after collapsing the code view.
What's the difference between the copy and the original? Network drive / local harddisk? Different network locations?
Try opening the file from a hard disk and run Qt Creator from the command line with the-noload all
option. It disables all plugins.