-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Screen unpredictably freezes completely during window manipulation #1207
Comments
I think this is related to the kernel amdgpu driver bug. So likely not a COSMIC bug. |
yeah, indeed: Nov 01 09:46:20 $USER kernel: ------------[ cut here ]------------
Nov 01 09:46:20 $USER kernel: UBSAN: array-index-out-of-bounds in drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:9022:26
Nov 01 09:46:20 $USER kernel: index 3 is out of range for type 'dc_surface_update [3]'``` |
Got it. Thanks for taking the time to take a look anyways! |
There is a potential "band-aid" being considered here: pop-os/cosmic-comp#969 . @baldemoto you could check this issue for updates: pop-os/cosmic-comp#887 |
Thank you so much! Really appreciate it. |
During any kind of window manipulation (e.g. moving with hotkeys, closing, minimizing/maximizing, etc), there is a chance that the entire desktop will freeze completely. There is seemingly no way to recover from this other than to reboot the computer entirely. I am using Fedora Silverblue 41 with COSMIC overlaid from ryanabx's COPR repository. This is not reproducible in GNOME, though it appears to be GPU related. Here is the
journalctl
logs, which contain the system information:The text was updated successfully, but these errors were encountered: