Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.11
-
None
-
Ubuntu 16.04
Windows 10
-
a9d903d18f668a6827149f82816caf96ac6365a2
Description
None of the Qt3D examples work. There is a deadlock where the render thread is waiting on `m_submitRenderViewsSemaphore` and the command thread waits for `m_waitForStartSemaphore` (if I recall correctly - on a different machine now, so I need to make a new build to verify).
Steps to reproduce: Clone latest qt5.git and checkout branch 5.11 for qt3d. Build in debug mode.