-
Notifications
You must be signed in to change notification settings - Fork 94
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
Os Error #22
Comments
This looks like a cryptic message from libgit2. |
Been on rustc 1.76 (stable), switched to 1.78 (nightly) and I got these warnings as well. But I don't experience the same issue on Fedora. Thank you for reporting it! |
I've been banging away at this, and the problem is that Lines 218 to 226 in 9d60124
I think that this call to Note: I found that the syscall call was the source of the problem by stepping through with a debugger, and I figured out the maximum value for the timeout to |
I meant to add, commenting out if !event::poll(std::time::Duration::MAX)? {
continue;
} gets rid of the error, and everything else in the TUI seems to work fine. |
Agreed it looks entirely unnecessary. There's no need to draw unless there's an event. 👍 |
I merged a fix for it for now, reckon i need to see over PR permissions or something so others can contribute more easily. Assuming this fixes it and closing the issue. |
When I try to run
gitu
, I get the below error.macOS 14.2.1 (23C71)
cargo install --git https://github.com/altsem/gitu.git --locked
# 6196accThe text was updated successfully, but these errors were encountered: