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. -
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.@Axel-Spoerl said in Creator crashes by opening a special cpp-file:
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.The copy was in the same directory. I think the only difference was, that the Creator stores and restore the last state and it was in collapsed state.
Now the file is unders some circumstances again in un-collasing state and I can work on it.Neverthlesse, I can reproducable a cash of creator with this special file with "unfold all" - I have define a hotkey for it. I can share the file, if someone will test it.
-
Does that happen with any file or just with that specific one?