https://bugs.kde.org/show_bug.cgi?id=517608
TraceyC <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO CC| |[email protected] Keywords| |wayland-only Status|REPORTED |NEEDSINFO --- Comment #1 from TraceyC <[email protected]> --- Can you please attach the output of drm_info to this report? Also, copy the following commands into the terminal and wait for 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.
