Cannot test with -race #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
If run following test case with
go test -race
, a panicfatal error: checkptr: pointer arithmetic result points to invalid allocation
will occur.Some traceback message:
I'm using Darwin ARM64, but the same error occurs on Linux AMD64 too