[kontact] [Bug 327865] Endless fetch loop with favorite collections

Christian Mollekopf mollekopf at kolabsys.com
Thu Nov 21 14:58:15 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=327865

--- Comment #6 from Christian Mollekopf <mollekopf at kolabsys.com> ---
After some more research it looks like it's not the KSelectionProxyModel that
breaks the refcounting. If all favorite folders are removed the referencing
works as expected, with always the previously selected collection getting
dereferenced, and the newly selected collection getting reference. In this case
a dataChanged signal also doesn't cause any selection changes.

However, as soon as favorite folders are added to the mix, we get the
reference/dereference cycles as above and a dataChanged signal results in all
favorite folders getting wildly referenced and dereferenced as shown above.
Since it's neither the favoriteCollectionModel nore the SelectionProxyModel
itself, I suspect the responsible code is somewhere in kmail.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list