Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 9.0.2, Qt Creator 11.0.0-beta1
-
None
-
-
c7b8ed520 (11.0)
Description
The following code causes the cdb debugger to crash on Windows:
auto v = QVariant::fromValue(nullptr); qDebug() << v;
I have also tried gdb and lldb on Linux and it works without crashes.