https://bugs.kde.org/show_bug.cgi?id=520214
TraceyC <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO CC| |[email protected] --- Comment #3 from TraceyC <[email protected]> --- Thanks for the bug report. To investigate the freeze, we'll need to get logs from the boot where things froze. For instance, to get logs for the last boot run sudo journalctl -b -1 > ~/logs.txt Then, attach ~/logs.txt to this report. Also, please attach the output of drm_info, after running it in a terminal, to this report. You'll need to pipe the output of drm_info into a file ( drm_info > ~/info.txt) Finally, 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.
