Summary: | akonadi_googlecontacts_resource crashes randomly | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Luis Silva <lacsilva> |
Component: | Google Resource | Assignee: | Daniel Vrátil <dvratil> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kdepim-bugs |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Luis Silva
2012-09-30 15:29:25 UTC
*** This bug has been marked as a duplicate of bug 291961 *** Not a duplicate, this is a bug in the Google Contacts Akonadi resource mishandling queued tasks. Thi is still present in master (d14ba9) and happens every time I use kaddressbook. Resource is only usable the first time. After that, only cached results are visible in kaddressbook. Git commit 88f11fff5290c28bc152d21b126794ad6ccd2a3a by Dan Vrátil. Committed on 05/12/2012 at 15:32. Pushed by dvratil into branch 'master'. Don't fetch contacts from server in retrieveItem() Google Contacts resource does not use item parts, thus there no point in fetching contact again in retrieveItem(). Just call itemRetrieved() instead, because the Item already contains full payload. M +3 -53 resources/google/contacts/contactsresource.cpp M +0 -1 resources/google/contacts/contactsresource.h http://commits.kde.org/kdepim-runtime/88f11fff5290c28bc152d21b126794ad6ccd2a3a Luis, can you please test current kdepim-runtime master with this fix? I have been testing for the past couple of days and the problem seems to be gone. Thanks for fixing this. |