pop-os/cosmic-term

Crash on debug builds

Closed this issue · 2 comments

When running in debug cargo run an empty transparent window opens up and immediately closes with the following error:
fatal runtime error: IO Safety violation: owned file descriptor already closed

When running in release cargo run --release it works fine.

Seems related to: zed-industries/zed#12114 and alacritty: alacritty/alacritty#7996

Looks like updating alacritty should help