fatal error: unexpected signal during runtime execution
in Clone(...)
#928
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#928
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there! We're seeing a pretty consistent crash in our code that appears to be originating in the
Clone
call in libgit2 (viagit2go
). We're usinggithub.com/libgit2/git2go/v33 v33.0.9
and are seeing the following:This is where we're calling out to the
Clone
in our code:b1165024f3/internal/syncer/git_files.go (L81)
We would really appreciate any points anyone may have here - we're trying to understand where the issue is and if it's in our use of the library or elsewhere.
Thanks!
@patrickdevivo are you getting this every time you execute or only during long executions? We have experienced a similar issue, which transformed into a new error when we started doing a remote-ls before the clone operation.
For us they tend to happen only after a few hours of executing clone operations, but we are still investigating the root causes.