https://bugs.kde.org/show_bug.cgi?id=521614
TraceyC <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO See Also| |https://bugs.kde.org/show_b | |ug.cgi?id=517450 Status|REPORTED |NEEDSINFO --- Comment #1 from TraceyC <[email protected]> --- Thanks for the bug report. Can I ask if you have "Keep the selection and clipboard the same" enabled in the clipboard settings? There was a bug regarding that which was recently fixed in bug 517450 We'll need some information from your system in order to find the cause of the freeze. First, please provide the journal logs from the boot session where the freeze happened. If the freeze happened in the session before the current one, you can get them with this and then attach ~/logs.txt to this report sudo journalctl -b -x > ~/logs.txt Second, copy the following commands into the terminal and cause the freeze to happen. This will create a file in the directory where you run the command called "kwin.gdb" which you can attach to this report. echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope sudo gdb -pid $(pidof kwin_wayland) -batch -ex "set logging file kwin_wayland.gdb" -ex "set logging enabled on" -ex "continue" -ex "thread apply all backtrace" -ex "quit" Thanks! -- You are receiving this mail because: You are watching all bug changes.
