https://bugs.kde.org/show_bug.cgi?id=498175
--- Comment #10 from Marco Martin <notm...@gmail.com> --- the crashing lines are: while (!containments().isEmpty()) { containments().constFirst()->destroy(); } while trying to dereference containments().constFirst() so would imply that containments() contains an already deleted one, but doesn't make much sense as destroy() will cause removal form containments() immediately it might be rewritten to making a copy of the containments() list if that might be a tad safer() -- You are receiving this mail because: You are watching all bug changes.