[Qt-creator] C++ indexing stucked

Nikos Chantziaras realnc at gmail.com
Fri Apr 3 15:00:23 CEST 2020


On 03/04/2020 06:29, Christian Gagneraud wrote:
> Hi there,
> 
> I'm having problems with code model and indexer, once a sqlite DB was
> corrupted (I don't know how), but even after removing this DB I still
> have issues with this sqlite DB.
> [...]
> 
> Disabling ClangRefactoring plugin seems to fix the problem. Is this a
> known issue?

What Eike said, plus check space consumption in your 
~/.cache/QtProject/QtCreator directory on your systems. The PchManager 
plugin was writing a constant stream of data to this folder for a long 
time in my case, resulting in many gigabytes of wasted space there.



More information about the Qt-creator mailing list