https://bugs.kde.org/show_bug.cgi?id=355275
--- Comment #25 from Alex Merry <alex.me...@kde.org> --- Well, a quick fix would be to revert commit 4f7ea2f77. That would stop Kopete crashing, at the expense of making Akregator crash randomly again. The proper fix is to track down the destructor order dependencies and do things like use QPointers to refer to objects that aren't your children, and test for them being unset before accessing them. KParts just ends up making destruction complicated, because the main widget is kind of owned by two things - the widget it's embedded in and the Part itself. -- You are receiving this mail because: You are watching all bug changes.