Skip to content
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

Alacritty Freeses on Wayland #7490

Closed
zeyadtamimi opened this issue Dec 29, 2023 · 2 comments
Closed

Alacritty Freeses on Wayland #7490

zeyadtamimi opened this issue Dec 29, 2023 · 2 comments

Comments

@zeyadtamimi
Copy link

Hey,

After a recent upgrade I am starting to notice that Alacrity constantly freezes on my system, It happens somewhat randomly but I have been able to reproduce it by interacting with electron apps such as discord.

I am running Arch Linux with Hyprland and running the latest version of alacritty using the alacrity-git AUR package: alacritty 0.14.0-dev (81df32af)

I have noticed this happen a couple of days ago before the current release.

I can't really provide you with any logs because nothing really crashes. Instead, when this condition hits ( I really have no idea what exactly triggers it ) all spawned alacritty terminals will freeze and no longer update any of their renders

The bellow screenshot shows me trying to resize the window:
2023-12-28_16-19

Notice the background which shows what the text should be, the htop window appears to no longer re-render.

Opening a new terminal after the freeze I can see that the process spawned by the terminal is still alive:

> ps -a | grep htop
132689 pts/0    00:00:08 htop

If I press q on the frozen terminal to quit alacritty then as expected nothing happens as the terminal render appears to be frozen, but htop actually quits:

> ps -a | grep htop
>

The above tests indicate to me that this is a render issue rather than an actual freeze issue as somehow even though the terminal is completely frozen and does not re-render I can still interact with the active program by typing q and it actually quitting that program.

Any help would be much appreciated!

@kchibisov
Copy link
Member

duplicate of #7485

update hyprland.

@zeyadtamimi
Copy link
Author

Thanks for the blazing fast response, apologies for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants