[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2017-01-15 Thread Michi Henning
** 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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Michi Henning
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
** 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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
** 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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Michi Henning
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
** 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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-19 Thread Michi Henning
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-09-15 Thread James Henstridge
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-09-15 Thread James Henstridge
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-08-26 Thread James Henstridge
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

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager constructor

2016-08-26 Thread James Henstridge
** 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