Snapping the windows repeatedly and quickly will freeze the UI. This is easiest to reproduce with a touchscreen, but I have reproduced it with a trackpad as well. I believe it is easier to reproduce with the default desktop effects (translucency enabled, maximize window) enabled, but I have reproduced it with all effects disabled. Reproducible: Always Steps to Reproduce: 1. Drag top bar to an edge to snap the window. 2. Repeat. 3. UI freezes. Actual Results: UI freezes. If translucency is enabled, the window is stuck in a translucent state. However, I can reproduce this without any desktop effects enabled.
- By "snapping" you mean "quick tiling"? (can be toggled in "kcmshell5 kwinscreenedges", "tile by blahfoobar") - How does the CPU react (100% load or calm) - can you gdb into kwin to check where it hangs when this happens? (see https://community.kde.org/KWin/Debugging on how to gdb attach from VT1 or ssh)
Yes, tiling, although I had it happen to me also just moving a window. The CPU is calm. I followed those gdb instructions but I am still having some issues. Specifically, in TTY1 as normal user, echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope gdb --pid `pidof kwin_x11` 2>&1 | tee kwin.gdb continue After 'continue', I go back into VT7 and my system is functional again. Once I get the crash, I go back into VT1. I try 'bt' but I am unable to get any additional trace into kwin.gdb. Please advise how I can get the backtrace properly.
KWin did't exactly "crash", you'll have to interrupt it (press ctrl+c in gdb) in order to talk to gdb again (ie. issue "bt" to see the current stack) Afterwards, you can either "kill" or "detach" the kwin process and "quit" gdb.
Did you have any chance to get the backtrace of a frozen KWin instance?
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!