Details
Description
running the asyncio miminal example which loads a qml file, the python process memory usage increase 10M per seconds, while there is nothing running in the backends.
here is the screen capture videos
https://drive.google.com/file/d/1guKyEj88joUOytk07RMke7-pPbwQOE0p/view?usp=sharing
it will collapse until running out of memories i guess
here is the example i running,
the qml file it loads is just a simple window
import QtQuick 2.15 import QtQuick.Window 2.15 Window { id: window width: 400 height: 500 visible: true }
change the AsyncHelper to qasync, the memory usage is stable, not growing any more
Attachments
Issue Links
- is duplicated by
-
PYSIDE-2249 Memory Leak in QAbstractTableModel/QAbstractItemModel
- Closed
For Gerrit Dashboard: PYSIDE-2169 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
461136,10 | examples: Improvements to the asyncio examples | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
464082,2 | examples: Improvements to the asyncio examples | 6.4 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
464570,3 | examples: Use new enums in asyncio examples | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
464629,6 | PyEnum: fix a leak in forgiveness mode | dev | pyside/pyside-setup | Status: MERGED | +2 | 0 |
464907,2 | PyEnum: fix a leak in forgiveness mode | 6.4 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
467757,2 | examples: Use new enums in asyncio examples | 6.4 | pyside/pyside-setup | Status: MERGED | +2 | 0 |