-
-
Notifications
You must be signed in to change notification settings - Fork 676
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
Panic when cannot create a file descriptor #3877
Comments
I have a similar crash issue on
The log shows:
Killing some processes using too many file descriptors make zellij happy. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2. Issues with the Zellij UI / behavior / crash
Issue description
It's mostly the OS/user problem, but maybe this can be improved by zellij as it panics if there are no more file descriptiors + it creates a yet another server with
--server
every time I try to runzellij
and it crashes. I'm usingentr
to update MuPDF when working with Typst. And I noticed that I have accumulated way too manyentr
processes. After Ipkill
them the issue is gone. But since I can open new windows for different apps, this means that zellij may be able to run as well, just without a server or something. I didn't look into the architecture, but if you can eliminate the panic by either creating a descriptive message of why I can't run zellij or just making it run as usual, that would be great.Minimal reproduction
Run out of file descriptors?
Other relevant information
backtrace
From the logs:
big logs
The text was updated successfully, but these errors were encountered: