-
Notifications
You must be signed in to change notification settings - Fork 534
Rare SIGSEGV in fillREFDeltaObjectContent #682
Comments
I really hope that I will not have to heat my RAM chips... It happened again with the same stack trace. Unable to reproduce on my machine, only happens in Travis. |
I found the rule: it always crashes |
I found the way to reproduce this:
reproduce.go
|
I think you are using an old go-git version. The lines on the panic do not correspond with the latest version on master: https://github.com/src-d/go-git/blob/master/plumbing/format/packfile/decoder.go . Can you check the commit that are you using into the go-git package? thanks. |
Travis should fetch the latest commit corresponding to v4. Did we forget to update the tag? |
Is not reproduced on master. Waiting for the new release impatiently. |
I run the same code from src-d/hercules around 50 times and it works. On 51st, I get the following SIGSEGV:
Link to Travis build
Again, the very same code worked OK in a different Travis node as well as worked OK before.
The text was updated successfully, but these errors were encountered: