Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Qt Creator 12.0.0
-
None
-
Arch Linux
KDE Plasma
valigrind 3.22.0
-
-
5841e95123785d8b578e717c0e120ea434e6421b
Description
When running valgrind on an application that has memory errors (conditional branches that use uninitialized values), Qt Creator crashes when parsing the XML output. See the attached backtrace.
Note that on Arch Linux, packages are compiled with _GLIBCXX_ASSERTIONS enabled. Since this appears to be crashing on an assert for an uninitialized optional, this may be silently skipped when GLIBCXX asserts aren't enabled.