https://bugs.kde.org/show_bug.cgi?id=433218
--- Comment #3 from Marco Rebhan <m...@dblsaiko.net> --- This is probably https://bugreports.qt.io/browse/QTBUG-66997. Looks like I was right: > I looked a bit into this... It's happening because you block the GUI thread > for a long time (which you shouldn't do), no events will be read and the > Wayland socket buffer will eventually fill up if you generate a lot of > input in a very short time (the compositor should ideally stop sending > events when the client doesn't answer ping events). When the socket buffer > fills up, the client will be disconnected (closed). Also see bug #392376. -- You are receiving this mail because: You are watching all bug changes.