Summary: | Crash when moving folders in folder tree list | ||
---|---|---|---|
Product: | [Applications] kdepimlibs | Reporter: | Andreas Cord-Landwehr <cordlandwehr> |
Component: | akonadi | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jjm |
Priority: | NOR | ||
Version: | 4.14.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/29e260bd8931d1198dfd5ab4345005de5a3853e9 | Version Fixed In: | |
Sentry Crash Report: |
Description
Andreas Cord-Landwehr
2014-10-17 11:54:13 UTC
Confirmed with current trunk (KDE/4.14 branch) This happens as a result of this debug statement in PasteHelperJob::PasteHelperJob() in kdepimlibs/akonadi/pastehelper.cpp: kDebug() << items.first().parentCollection().id() << dragSourceCollection.id(); If a collection (folder) is being moved or copied, then 'items' will be empty and Qt asserts on accessing its first(). This may have been introduced with commit ca7107bdfaadda72b31f310b5431fd252176f9d1 Git commit 29e260bd8931d1198dfd5ab4345005de5a3853e9 by Jonathan Marten. Committed on 13/01/2015 at 10:21. Pushed by marten into branch 'KDE/4.14'. Fix assert in PasteHelperJob::PasteHelperJob() when moving collections M +2 -2 akonadi/pastehelper.cpp http://commits.kde.org/kdepimlibs/29e260bd8931d1198dfd5ab4345005de5a3853e9 |