https://bugs.kde.org/show_bug.cgi?id=459232
--- Comment #3 from Jonas Rakebrandt <xar...@protonmail.com> --- Created attachment 152164 --> https://bugs.kde.org/attachment.cgi?id=152164&action=edit Backtrace with GDB I compiled most of the related packages with debug symbols and created a backtrace which lead me to the file `libtaskmanager/declarative/screencastingrequest.cpp` from `plasma-workspace`. Something seems to be broken for me in the `ScreencastingRequest::setUuid` function, specifically the `d->m_stream->deleteLater();` bit. Surprisingly everything seems work again after I just remove either that entire line. I don't really know if that is a safe thing to do though. -- You are receiving this mail because: You are watching all bug changes.