Summary: | Snapping windows too fast freezes Plasma indefinitely | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Allan <allan> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | allan |
Priority: | NOR | Keywords: | triaged |
Version First Reported In: | 5.2.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Allan
2015-07-17 18:13:48 UTC
- 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! |