https://bugs.kde.org/show_bug.cgi?id=428241
--- Comment #1 from Nicolas Fella <nicolas.fe...@gmx.de> --- I put in a qDebug() << event in dialog.cpp:1350. This is the resulting output right before the crash QEvent(UpdateRequest, 0x7ffe3e716f40) QEvent(UpdateRequest, 0x7ffe3e716f40) QEvent(UpdateRequest, 0x7ffe3e716f40) QEvent(UpdateRequest, 0x7ffe3e716f40) QEvent(DeferredDelete, 0x55d045806070) Object 0x55d04571f5d0 destroyed while one of its QML signal handlers is in progress. Most likely the object was deleted synchronously (use QObject::deleteLater() instead), or the application is running a nested event loop. This behavior is NOT supported! file:///home/nico/kde/usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:508: function() { [native code] } -- You are receiving this mail because: You are watching all bug changes.