-
Notifications
You must be signed in to change notification settings - Fork 349
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 while executing jj log
#2549
Comments
I have no idea why the backtrace contains something named It implies that the file named I don't know if there's a simple recovery method. Maybe you can create a fresh new workspace by |
I wonder if this is related to the flakiness we see in |
Recreating the repo helped and it works now, thank you. I saved the old .jj directory if anybody wants to debug this further but for me this is solved. |
Right. |
This is easy one. op.parents() can still panic, which would be a bit more involved to fix. jj-vcs#2549
This is easy one. op.parents() can still panic, which would be a bit more involved to fix. #2549
I'm not sure if this is related to the same issue reported here or if I should open an new issue, but I get a panic when running
tried using different values for jj 0.21.0-d002a5ad35e624a731e96e85f490f28febc7797e on linux |
I suspect the object really doesn't exist. Did you clone the repo using shallow or partial clone? Does |
The repo is colocated, this particular instance has been here since the start of the repository ~5 years ago.
I'm guessing the broken links are the issue, tried running the same |
Description
I was using jj to track a new project and suddenly it started to output the following panic message:
I didn't create new branches or play with advanced features.
One thing I did out of the ordinary was using a colocated git repo to be able to see changes in IntelliJ and set the default for
jj
to showjj log
.I accidentally tried commiting a >1MiB file but was warned about this by jj and then added the file to .gitignore.
Steps to Reproduce the Problem
I honestly don't know.
Expected Behavior
Show the log
Actual Behavior
Error, see above.
Specifications
jj 0.11.0-f00f7527ddce21886fe93e11324c5227f15eeaca
The text was updated successfully, but these errors were encountered: