-
-
Notifications
You must be signed in to change notification settings - Fork 608
GitUI was close due to an unexpected panic (I think it is an async issue) #2488
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
Comments
@maxtremblay thanks for your report I think this one should be fixed in 0.27 - could you upgrade? |
I can reproduce it with gitui 0.27.0 2025-01-14 (99f6967) |
This is related to this piece of code: Lines 179 to 186 in 35b2529
Unfortunately, I can’t seem to be able to reproduce (on my Ubuntu system). @maxtremblay @cpfeiffer Are you able to reproduce with a build that gives a more detailed stacktrace, e. g. by compiling from source? |
@cruessler this points to the same location as #2316 - which has a Gix Error in there and a bit more reporduction details. Can you see if this helps you reproduce this? |
Here you go. I could also inspect with gdb, if that would help.
|
I do start gitui from the toplevel directory (where the |
Thanks a lot! Judging by the stack trace, this seems to be the location of the original error: https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/x86_64/clone3.S;h=3e26bd7c3f65245ce7218c2d257609b9925524f8;hb=HEAD#l78. This does not necessarily seem to be related to either |
Describe the bug
I can't open gitui.
To Reproduce
Go in a git project and launch gitui. Then, navigate to the second tab (log). Then, it closes with the error message and I can't open it anymore.
Expected behavior
Launch gitui.
Screenshots
Context (please complete the following information):
At the same time
Additional context
This is the repo I am using
https://github.com/tracel-ai/cubecl
This is the content of the log file when running
gitui -l
Maybe this is also helpful
Software version
gitui 0.26.3 (v0.19.0-789-g0f5cf893)
Operating system
Linux 6.12.9-arch1-1
Compile time information
Environment variables
Command-line
The text was updated successfully, but these errors were encountered: