https://bugs.kde.org/show_bug.cgi?id=411221
--- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- Cause is quite interesting. Crash is inside Applet destructor after "delete d" but before Applet goes up to it's own superclass destructor QObject::~QObject which disconnects everything we get a signal on the config changing (which is legit) we then get to a signal on our applet that uses Q_PRIVATE_SLOT, the context (the applet) is alive, the d-pointer is gone. -- You are receiving this mail because: You are watching all bug changes.