OpenGL/Vulkan clients hang on FreeBSD #10437
Replies: 5 comments 21 replies
-
@ikalco as regressor. My guess would be some syncobj op fails and thus we never release the buffer (or signal with explicit) |
Beta Was this translation helpful? Give feedback.
-
if we want to push this further, does it still happen if you set render:explicit_sync to false? |
Beta Was this translation helpful? Give feedback.
-
try patch.txt |
Beta Was this translation helpful? Give feedback.
-
@ikalco actually even vkcube --wsi wayland on linux is broken |
Beta Was this translation helpful? Give feedback.
-
I tried to dig into this issue a bit. I have applied a small patch (attached to this message) to the source at commit 2ee5118 and followed the value of
I guess this is relevant to the hang of alacritty but I don't know why Do you have any ideas why? It would be greatly appreciated it if you share how I can help debug this issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Regressed by #9807. Non-accelerated clients (e.g., foot, wlroots/pixman) aren't affected.
Hyprland itself starts and seems to use OpenGL rendering fine but any OpenGL clients hang almost immediately. At least in Alacritty it's possible to type 1 or 2 letters before ANR dialog appears. However, ANR dialog itself isn't responsive because Qt6 uses OpenGL rendering by default.
See debug log
Beta Was this translation helpful? Give feedback.
All reactions