** Changed in: storage-framework (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617180
Title:
memory leaks from OnlineAccounts::Manager
To manage notific
I'll try to reproduce tomorrow. As I said, it's non-deterministic.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617180
Title:
memory leaks from OnlineAccounts::Manager
To manage notifications abo
** Branch linked: lp:~mardy/online-accounts-api/test-leaks-1617180
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617180
Title:
memory leaks from OnlineAccounts::Manager
To manage notifications abo
** Branch linked: lp:~michihenning/online-accounts-api/leak-fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617180
Title:
memory leaks from OnlineAccounts::Manager
To manage notifications about
Which one exactly? I don't see a leak with that function name in the
stack, in the logs you posted.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617180
Title:
memory leaks from OnlineAccounts::Man
I'm seeing the pselect error in the SF tests suite. From memory, it's
non-deterministic though.
I'm concerned about the sendWithReplyAsync() leak. That's a big leak,
and we are seeing this all over the place in storage framework. That one
really needs fixing.
--
You received this bug notificatio
Thanks for the logs.
I quickly investigated the issue, and the leaks from the
functional_tests (that is, from the client library) are happening
because the tests don't iterate the main loop, and therefore some
cleanup methods which were queued in the main loop are never executed.
I'll fix that whe
** Changed in: online-accounts-api
Status: New => Confirmed
** Changed in: online-accounts-api
Importance: Undecided => Medium
** Changed in: online-accounts-api
Assignee: (unassigned) => Alberto Mardegan (mardy)
--
You received this bug notification because you are a member of U
I'm seeing loads of complaints from valgrind when running the online-
accounts-api tests.
For tst_daemon: http://pastebin.ubuntu.com/23657421/
For tst_qml_module: http://pastebin.ubuntu.com/23657424/
For functional_tests: http://pastebin.ubuntu.com/23657435/
--
You received this bug notificati
Here's a log captured on vivid/amd64 (Qt 5.6.1). I can see the same
QDBusPendingCallPrivate leaks.
** Attachment added: "valgrind.log"
https://bugs.launchpad.net/online-accounts-api/+bug/1617180/+attachment/4741345/+files/valgrind.log
--
You received this bug notification because you are a
Oops. That should read yakkety/amd64. I'll add a vivid trace shortly.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1617180
Title:
memory leaks from OnlineAccounts::Manager
To manage notification
So looking at the Qt code, the QDBusPendingCallPrivate class is ref
counted, where most references will be owned by a QDBusPendingCall
instance (or a subclass). It has one additional reference that is
managed manually in the QDBusConnectionPrivate code.
I suspect it is this last reference that is
** Also affects: storage-framework (Ubuntu)
Importance: Undecided
Status: New
** Summary changed:
- memory leaks from OnlineAccounts::Manager constructor
+ memory leaks from OnlineAccounts::Manager
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
13 matches
Mail list logo