-
Notifications
You must be signed in to change notification settings - Fork 26
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
Crash when accessing large repository #235
Comments
Hey @glensc Thanks for reporting this. I haven't touched lstags for a while, |
I've also run into this with approx 2500 tags
and
It looks like an attempt is being made to read the response after the retry attempts have been exhausted. I wonder if the underlying issue is that connections are not being closed. Doing this let me run the failing command
|
Definitely a fd leak. I was able to avoid the nil pointer by increasing |
|
lstags of image with 1114 tags. crash.
and retry with |
Thank you for this research and for the Unluckily I was not able to dedicate all the planned time to |
The repository has 4020 tags, and most of them are with broken digest. I'm trying to list the tags so I could push over and delete them, but lstags crashes...
The text was updated successfully, but these errors were encountered: