-
Notifications
You must be signed in to change notification settings - Fork 17
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
rgit unexpectedly restarts #103
Comments
Can you access the plain variant of the file views by appending |
Sure, I just tested it. I tried to see if that's an error code you use yourself but couldn't find it. Edit: I just checked the binary and it seems to use AVX instructions, which my CPU doesn't support. |
I'm running it in a custom build now and got some more info:
After running the binary in gdb, indeed I get the following:
It looks like the build process currently builds the code using the native target of the build machine instead of the more generic I'll look into the build process to see if I can change that easily. |
Ah, v_htmlescape is an interesting one. It's specifically the macro invocation in the build script that is causing this because the build script currently runs on github runners. https://github.com/zzau13/v_escape/blob/master/v_htmlescape/build.rs#L8
|
I have just setup rgit using Docker and was playing around with it.
It correctly shows my git repositories and the summary also lists my commits and branches.
However, as soon as I try to get information on a specific commit or file, the docker container crashes and restarts.
Going through the tree directory structure works – only accessing a file crashes rgit.
I am trying to debug the issue but the logs do not seem to give much of a hint on what's going on.
I've attached the logs for two different actions here. I waited for rgit to restart and then performed the relevant action.
Is there a way to get better logging output?
Accessing a commit
Accessing a file
The text was updated successfully, but these errors were encountered: