Surface initialization fails with error.SystemResources after prolonged use #9741
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
ghostty says its configured to use epoll it wont use io_uring in that case |
Beta Was this translation helpful? Give feedback.
-
|
Strangely it is still using io_uring though despite what was printed: And logs from that process: |
Beta Was this translation helpful? Give feedback.
-
|
Actually, the ghostty +version printout is because the libxev io_uring test fails and so it fallsback to epoll. It looks like it is a system wide issue for my user account rather than a ghostty bug. Small C test prog works for root & nobody, but not my account. So it looks like it's a kernel accounting bug unrelated to Ghostty. I'll close this. |
Beta Was this translation helpful? Give feedback.
-
|
I am running into same issue. After few months of usage, the new tab is always hang/stuck randomly. |
Beta Was this translation helpful? Give feedback.

Actually, the ghostty +version printout is because the libxev io_uring test fails and so it fallsback to epoll.
It looks like it is a system wide issue for my user account rather than a ghostty bug. Small C test prog works for root & nobody, but not my account. So it looks like it's a kernel accounting bug unrelated to Ghostty. I'll close this.