-
Notifications
You must be signed in to change notification settings - Fork 429
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: assertion failed: write: circular dependency occurred when pulling #846
Comments
@dforero0896 This may be similar to a previous issue #607 posted. It's always ideal to post means and version installed (drive version and go version). The more info shared, more time saved when @odeke-em or others can find time to help you. |
@shaggytwodope yes, saw that, but don't know how to fix it so a little more help would be useful. I understand that issue #607 was due to a problem when using Lustre, which I'm not using. |
Thank you @dforero0896 for the report and welcome to drive! @shaggytwodope thank you for the introduction and for asking for the information, in deed it does help quite a lot to know the build information. @dforero0896 would you mind pasting in here the stack trace of the error? |
Thanks @odeke-em for the quick response and the welcome. As I'm quite an ignorant with this kinds of stuff, I will paste here the whole message I get and hope that is useful.
This happens no matter how many files I try pulling. |
Thank you @dforero0896 for the stacktrace. I think this issue might be related to the bunch of boltdb issues that have popped up in the past 2 weeks. Please see https://github.com/odeke-em/drive/wiki/Boltdb-breaks-drive-with-(panic:-invalid-page-type:)-or-(panic:--above-high-water-mark) which was made by @nelaaro after trying to debug boltdb. Also you can try to remove your .drivedb file and then trying again. |
After chacking those solutions I found the following. In the first one, I get to
This happened two times until I got Removed the file again and got my first "successful" pull, so it looks like removing Thanks for the help. |
Hey folks, please get and test out the latest boltdb as per boltdb/bolt#654 $ go get -u -v github.com/odeke-em/drive/drive-gen && drive-gen and let me know if the problem persists and I'll report back to the boltdb issue. |
Hey there, I've been running into this problem when simply pulling for the first time after installing. No clue why this happens.
Thanks
The text was updated successfully, but these errors were encountered: