https://bugs.kde.org/show_bug.cgi?id=428232
Bug ID: 428232 Summary: Plasma crashes when dragging files on the desktop Product: plasmashell Version: master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Folder Assignee: h...@kde.org Reporter: vlad.zahorod...@kde.org CC: plasma-b...@kde.org Target Milestone: 1.0 Created attachment 132727 --> https://bugs.kde.org/attachment.cgi?id=132727&action=edit the backtrace of the crash SUMMARY If icons are arranged in columns and one of the icons is dragged left and then right, plasma will crash. STEPS TO REPRODUCE 1. Arrange icons on the desktop in columns 2. Drag any icon horizontally several times OBSERVED RESULT plasmashell hits an assert in QAbstractItemModel::beginRemoveRows() EXPECTED RESULT No crash ADDITIONAL INFORMATION Judging by the source code of Positioner::move(), the problem is that plasma removes rows and then notifies QAbstractItemModel about the removal. -- You are receiving this mail because: You are watching all bug changes.