Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 3.5.0-rc1, Qt Creator 3.5.0
-
None
-
RHEL 7, Qt 5.5 and Qt Creator 3.5 installed from binary installers
Description
I am seeing random crashes of Qt Creator 3.5. I got a core dump and had a look, the backtrace looks like an endless recursion in the libCPlusPlus.so.1.
I am working on a locally modified copy of this Github project:
https://github.com/rbock/sqlpp11
See the attached backtrace. The dump is a bit huge so I cannot attach it. If required you can download it here: https://drive.google.com/file/d/0B8vMnUTuBsJtdnJTdk1Mbk1kSlk/view?usp=sharing
Qt Creator 3.4 does not crash on the same code.