Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.8.0-rc1
-
None
-
-
5719e7961e5f719f7a8faa15e59f823931c6dfca (qt-creator/qt-creator/4.8)
Description
After switching from Creator 4.7 to 4.8 every file I open causes clang code model to fail and restart indefinitely:
Clang Code Model: Error: The clangbackend process has finished unexpectedly and was restarted.
The terminal shows some more information from a qWarning:
Error in ClangCodeModelServer::documentsClosed: Document 'some_source.cpp' does not exists!
terminate called after throwing an instance of 'std::invalid_argument'
what(): stod
The error goes away when setting `LC_ALL="C"`, which affects the behavior of 'stod'. My default locale apparently uses "," as decimal separator.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-20171 Repeated clangbackend crashing (clang tidy related stacktraces)
-
- Closed
-
- is duplicated by
-
QTCREATORBUG-21662 clangbackend crashes continously on any file
-
- Closed
-