https://bugs.kde.org/show_bug.cgi?id=481045
--- Comment #5 from Jakob Petsovits <jpe...@petsovits.com> --- "Partial" success: If we forcibly delete each subPage of KQuickConfigModule (e.g. by deleting any object returned by takeLast() in ~KQuickConfigModule(), or by parenting a subPage to the already slated-for-deletion d->engine->rootObject()), then page transitions stop crashing while System Settings operates. However, it will crash when trying to close it because apparently QQmlEngine keeps other references to those objects around and they will derefence a freed object on QQmlEngine destruction. Hopefully there's a way to remove these subPage items from the QQmlEngine in some other way that leaves no dangling pointers. -- You are receiving this mail because: You are watching all bug changes.