Comment 6 for bug 1233550

Revision history for this message
Günter Schwann (schwann) wrote :

The hang is caused by this line: https://qt.gitorious.org/qt/qtdeclarative/source/d37547add0369d45182271754c0a35032d7de2d3:src/quick/items/qquickthreadedwindowmanager.cpp#L817

So the UI thread is waiting for the render thread to stop working - forever.

One easy "fix" is to disable the threaded rendering in Qt for maliit-server