Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.9.1
-
None
Description
this will continue to allocate memory until it crashes. But not if visible.
import QtQuick 2.7 import QtQuick.Window 2.0 Window { visible: true width: 640 height: 680 title: qsTr("QTBUG-64563") AnimatedImage { id: animation source: "miller.gif" cache: false visible: false } }
In my app this happens, not because my AnimatedImage is set to not visible, but because it is clipped or on a page that is not currently visible.
example project attached.
Attachments
Issue Links
- is duplicated by
-
QTBUG-70730 When an AnimatedImage is continually running then it can end up crashing due to lack of memory
-
- Closed
-
-
QTBUG-80734 Some gif files leak a lot of memory
-
- Closed
-
-
QTBUG-103710 Poor AnimatedImage performance
-
- Reported
-
- relates to
-
QTBUG-82628 Loading Images depending on visible will be useful for start-up time reduction
-
- Open
-
-
QTBUG-46619 Growing memory when AnimatedImage is playing
-
- Reported
-
-
QTBUG-63439 Crash and memory leak in QQuickAnimatedImage
-
- Open
-
-
QTBUG-38921 Performance regression of AnimatedImage
-
- Closed
-
-
QTBUG-55808 AnimatedImage Memory occupancy
-
- Closed
-
-
QTBUG-112179 AnimatedImage use significant amount of GPU
-
- Closed
-
- resulted from
-
QTBUG-38921 Performance regression of AnimatedImage
-
- Closed
-
Gerrit Reviews
For Gerrit Dashboard: QTBUG-64272 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
236530,12 | WIP: Improve texture memory consumption with animated images | dev | qt/qtdeclarative | Status: NEW | -2 | 0 |