In Quick for Android case, if Qt exits itself (Qt.exit() in QML, etc), we get deadlock in startQtApplication after the user-provided main() exits. This is due to terminateQt waiting for a semaphore that - in a normal Q4A context - is called when the hosting Activity itself is destroyed from another thread via an activity status callback. Task-number: QTBUG-130342 Change-Id: I9cd701e0ea86a445e13a6568c4954de6e356e98a Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%