https://bugs.kde.org/show_bug.cgi?id=503549
TraceyC <kde...@tlcnet.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|CONFIRMED |NEEDSINFO --- Comment #2 from TraceyC <kde...@tlcnet.info> --- Can you check kwin's logs when the bug happens? journalctl --boot --user-unit plasma-kwin_wayland > ~/log.txt Also, is there any chance that you could retrieve kwin's backtrace when the bug occurs? Attach a debugger to kwin process like this: sudo gdb -p $(pidof kwin_wayland) then type bt and paste the output here. You would need to ssh from another computer and run this if the system locks up. Thanks! -- You are receiving this mail because: You are watching all bug changes.