[telepathy] [Bug 325975] Contact List crashed after I merged 2 roster items twice
David Edmundson
kde at davidedmundson.co.uk
Mon Oct 14 14:39:07 BST 2013
https://bugs.kde.org/show_bug.cgi?id=325975
--- Comment #5 from David Edmundson <kde at davidedmundson.co.uk> ---
So we have a lovely race condition inside
PersonsModel::createPersonFromUris(const QList<QUrl> &uris)
we should probably a make a queue of jobs and process them in turn - rather
than all at once which is where it gets screwed up.
Or the slightly bodgier approach is to block the button from being enabled
whilst a job is happening.
Martin, thoughts?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list