-
Notifications
You must be signed in to change notification settings - Fork 534
Bug: bufio: buffer full #249
Comments
@icambridge Could you try reproducing it with a single repository or a use case as minimal as possible? Thank you! |
Please let you know if still is happening |
This happens to me on this Chromium repository, using Starting commit hash: In the walker I just placed a simple counter, the last one counted was 451 (hash:
|
I'm also seeing this on the GitLab EE repository, walking backwards from 84ea4fa34fbcda996cc7c3fd970c47e90ae47aaf The ReadSlice docs say:
Seems the default buffer size is 64KiB, if one isn't specified? |
Here's the failing commit: https://gitlab.com/gitlab-org/gitlab-ee/commit/1bf2fe276ff084d3b2e0860710ec115a317dd9fc That extremely long line is 5517 bytes... |
i've added #314 - I'd really like to see this fixed ^^ |
openssl 1.1.x and 1.0.x md compatibility, add --not-secure option
I'm currently using master from last night.
I get the following error message. I assume it'll be one of the three repositories that had just started processing. (I clearly need to improve the error logging to include the repository).
With the error coming from the following code:
Which i think comes from
go-git/plumbing/object/tag.go
Line 85 in 965b8e4
The text was updated successfully, but these errors were encountered: