Summary: | Assert refCountMap.contains( id ) when changing the model | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Christophe Marin <christophe> |
Component: | akonadiconsole | Assignee: | Volker Krause <vkrause> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alex.merry, nive |
Priority: | NOR | ||
Version: | 4.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test case to cause the assert |
Description
Christophe Marin
2010-01-19 22:13:10 UTC
Created attachment 48625 [details]
Test case to cause the assert
This test case causes the crash at will.
You need to adjust the collection id for 'CurrentIndex' to an id that exists in the akonadi server.
*** Bug 250584 has been marked as a duplicate of this bug. *** SVN commit 1174597 by alexmerry: Use the incrementing index to emit the signal. Also changed what variable is being changed in two other similar loops to make what is going on more clear. BUG: 223487 M +6 -6 kselectionproxymodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1174597 SVN commit 1174598 by alexmerry: Backport r1174597: Use the incrementing index to emit the signal. CCBUG: 223487 M +6 -6 kselectionproxymodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1174598 |