[kdepimlibs] [Bug 340054] Crash when moving folders in folder tree list

Jonathan Marten jjm at keelhaul.me.uk
Tue Jan 13 09:31:06 GMT 2015


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

Jonathan Marten <jjm at keelhaul.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Marten <jjm at keelhaul.me.uk> ---
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

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



More information about the Kdepim-bugs mailing list