Unable to run tests. "make test" process keeps getting sig-killed #373
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#373
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?
Environment
After I checked out the
next
branch, I am trying to run test withmake test
command but it keeps getting sig-killed with an error code 137 (this also happens onmaster
branch). What would be causing this issue? Here is what I'm doing.I also created a simple program that imports git2go but still getting the process killed.
What could be causing this issue?
For an update, I am also getting these errors when I make install for the first time,
Maybe this is related to why git2go is getting sig-killed.
Not sure is this is same issue, but on my system (Linux) tests pass about 1 of 3 times, while in 2 other I get this:
This is most likely the same cause as #356 where on newer Go it would run the finalizer before we were done with the object it's wrapping.
I believe #387 fixes this, which is included in master and the v26 branch.