wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
14.83k stars 674 forks source link

Wezterm freezes after being resized #5745

Open atmatm9182 opened 1 week ago

atmatm9182 commented 1 week ago

What Operating System(s) are you seeing this problem on?

Linux X11

Which Wayland compositor or X11 Window manager(s) are you using?

bspwm

WezTerm version

wezterm 20240617-083535-cb140686

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

After being resized to bigger proportions, all instances of wezterm freeze for about a minute. Changing the front_end field from "WebGpu" to "OpenGL" in my configuration fixes this issue.

To Reproduce

Spawn 2 terminal windows in a tiled layout and close one of them, making another resize to fill the whole screen

Configuration

config.front_end = "WebGpu"

Expected Behavior

The terminal window to change it's size without freezing

Logs

No response

Anything else?

$ uname -a
Linux debian 6.1.0-21-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.90-1 (2024-05-03) x86_64 GNU/Linux