Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.5
-
iOS 13
-
-
9274ed77bc273330a3f202a00239dcc1b6ef8cc3 (qt/qtdeclarative/5.13) 44600c6b5da91a6b28f642486ca898b68fbdb675 (qt/qtdeclarative/5.12)
Description
[iOS 13]: When showing the native pictures dialog it can hang on later devices while the asset file iterator is running. This does not seem to happen all the time, it is more common on newer devices. The problem hangs here:
dispatch_semaphore_wait(m_semReadAsset, DISPATCH_TIME_FOREVER);
inside the qiosfileengineassetslibrary.mm file.