Kevin Conaway created ARROW-8098:
------------------------------------
Summary: [go] Checkptr Failures on Go 1.14
Key: ARROW-8098
URL: https://issues.apache.org/jira/browse/ARROW-8098
Project: Apache Arrow
Issue Type: Bug
Components: Go
Affects Versions: 0.15.1
Reporter: Kevin Conaway
In go 1.14 there is a [new compiler
check|https://golang.org/doc/go1.14#compiler] for unsafe Pointer usage. The go
library is currently failing
{code}
23:03:05 UTC] [test:race] goroutine 214 [running]:
[23:03:05 UTC] [test:race] runtime.throw(0x9244aa, 0x23)
[23:03:05 UTC] [test:race]
/root/.gimme/versions/go1.14.linux.amd64/src/runtime/panic.go:1112 +0x72
fp=0xc000057bd8 sp=0xc000057ba8 pc=0x4626c2
[23:03:05 UTC] [test:race] runtime.checkptrArithmetic(0x40, 0x0, 0x0,
0x0)
[23:03:05 UTC] [test:race]
/root/.gimme/versions/go1.14.linux.amd64/src/runtime/checkptr.go:24 +0xce
fp=0xc000057c08 sp=0xc000057bd8 pc=0x4343de
[23:03:05 UTC] [test:race]
github.com/DataDog/dd-go/vendor/github.com/apache/arrow/go/arrow/memory.memory_memset_avx2(0xc00034a080,
0x40, 0x40, 0x0)
[23:03:05 UTC] [test:race]
/go/src/github.com/DataDog/dd-go/vendor/github.com/apache/arrow/go/arrow/memory/memory_avx2_amd64.go:33
+0x5c fp=0xc000057c48 sp=0xc000057c08 pc=0x5f207c
[23:03:05 UTC] [test:race]
github.com/DataDog/dd-go/vendor/github.com/apache/arrow/go/arrow/memory.Set(...)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)