touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #13603
[Bug 1364404] [NEW] qmlscene is leaking ~1.7K per second on an idle application on the phone
Public bug reported:
Running apps on the phone using qmlscene and just keeping *idle* one can
see ~1.7K per second of heap growth. I monitored qmlscene for ~570
minutes and observed 58156K of anonymous mapped memory (normally this is
heap) growth.
Running smemstat on qmlscene, for example, an idle calendar app:
ps -ax | grep calendar.qml | grep -v grep
14006 ? Ssl 8:26 /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene calendar.qml
smemstat -p 14006 60
Change in memory (average per second):
PID Swap USS PSS RSS User Command
14006 0.0 B 1706.7 B 1706.7 B 1706.7 B phablet /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene
Total: 0.0 B 1706.7 B 1706.7 B 1706.7 B
...etc
This seems to be a similar leak rate to bug 1364380 so it may be a
common library that is the root of the problem.
** Affects: qtdeclarative-opensource-src (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1364404
Title:
qmlscene is leaking ~1.7K per second on an idle application on the
phone
Status in “qtdeclarative-opensource-src” package in Ubuntu:
New
Bug description:
Running apps on the phone using qmlscene and just keeping *idle* one
can see ~1.7K per second of heap growth. I monitored qmlscene for
~570 minutes and observed 58156K of anonymous mapped memory (normally
this is heap) growth.
Running smemstat on qmlscene, for example, an idle calendar app:
ps -ax | grep calendar.qml | grep -v grep
14006 ? Ssl 8:26 /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene calendar.qml
smemstat -p 14006 60
Change in memory (average per second):
PID Swap USS PSS RSS User Command
14006 0.0 B 1706.7 B 1706.7 B 1706.7 B phablet /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene
Total: 0.0 B 1706.7 B 1706.7 B 1706.7 B
...etc
This seems to be a similar leak rate to bug 1364380 so it may be a
common library that is the root of the problem.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1364404/+subscriptions
Follow ups
References