Files
oak-gpui/crates
c4cf5f2b2c Upgrade alacritty_terminal in hopes to avoid PTY poll failing
We saw stack traces in our #panic channel pop up that failed on this line:

    https://github.com/zed-industries/alacritty/blob/33306142195b354ef3485ca2b1d8a85dfc6605ca/alacritty_terminal/src/event_loop.rs#L323-L324

With this message:

    thread 'PTY reader' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 9, kind: Uncategorized, message: "Bad file descriptor" }'
    /Users/administrator/.cargo/git/checkouts/alacritty-afea874b09a502a5/3330614/alacritty_terminal/src/event_loop.rs:324

We don't know how to reproduce the error. It doesn't seem related to the number of open PTY handles,
because `openpty` itself didn't fail. We can only assume that something went wrong between
`openpty` and the setup of the polling.

Since Alacritty itself changed its polling mechanism significantly by switching
from `mio` to `polling` (https://github.com/alacritty/alacritty/pull/6846) we upgraded
with the hope that this will fix the bug.

Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Federico <code@fdionisi.me>
Co-authored-by: David <dammerung2718@icloud.com>
Co-authored-by: Bennet <bennetbo@gmx.de>
2024-01-26 09:38:05 +01:00
..
2024-01-25 18:32:32 +01:00
2024-01-25 11:23:28 -08:00
2024-01-24 17:58:09 +00:00
2024-01-24 23:23:58 -07:00
2024-01-25 18:32:32 +01:00
2024-01-25 13:28:21 +01:00
2024-01-24 18:19:03 +00:00
2024-01-23 21:49:05 -08:00
2024-01-25 03:16:42 -05:00
2024-01-25 18:32:32 +01:00
2024-01-25 13:53:50 -05:00
2024-01-25 11:23:28 -08:00
2024-01-25 19:15:45 -07:00