Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 8.0.1
-
None
-
-
5b0a177cdf2358e7d3f6c38bb0ccdea90901144a
Description
Qt Creator crashes when opening large vector in Locals view.
std::vector<double> vec filled with 60000 doubles expands normally in Locals view,
while
std::vector<std::complex<double>> vec filled with 8000 complex numbers crashes Qt Creator when expanding in Locals view.
The Qt Creator first hangs for some time, then crashes.
I use 64-bit version of Qt Creator. Memory isn't low during the crash.