Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.13
-
None
-
CPU: Haswell (Core i7-4700MQ)
Compiler: Mingw64 7.3
-
-
37352b23a90e9b4550b5a5cef175f2a77598faa0 (qt/qtbase/5.12)
Description
Starting any qwidget-based GUI application on 5.13 or dev branch causes the app to crash. The problem doesn't happen in 5.12.1 branch on the same device.
It looks like the problem is raleted to SSE-optimized code in qdrawhelper.cpp, because commenting-out all the SSE switches in this file fixes the problem.