Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.4.1, 5.5.1, 5.6.0 Alpha
-
None
-
Linux (OpenSuse Leao 42.1 on iMac - 8GB ram - Lubuntu on i386 2GB ram - Android 4.4.2 1 GB ram)
Description
QMovie doesnt' close the file opened with QMovie(fileName). This implies that by opening many files on Linux and Android we have the error (and crash): "too many open files".
import QtQuick 2.5 import QtQuick.Window 2.2 Window { visible: true MouseArea { anchors.fill: parent onClicked: { Qt.quit(); } } Repeater { model: 2000 AnimatedImage { cache: true fillMode: Image.PreserveAspectFit source: "file:loading.gif" } } }
Attachments
Issue Links
- duplicates
-
QTBUG-49136 AnimatedImage does not release resource
-
- Reported
-