-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Closed
Copy link
Milestone
Description
What version of Go are you using (go version)?
$ go version go version go1.12beta1 darwin/amd64
Does this issue reproduce with the latest release?
I have reproduced on "tip" on travis-ci (1, 2, 3) and locally (osx) using go1.12beta1 installed via gvm
What operating system and processor architecture are you using (go env)?
go env Output
$ go env GOARCH="amd64" GOBIN="" GOCACHE="/Users/pamach/Library/Caches/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GOOS="darwin" GOPATH="/Users/pamach/.gvm/pkgsets/go1.12beta1/global" GOPROXY="" GORACE="" GOROOT="/Users/pamach/.gvm/gos/go1.12beta1" GOTMPDIR="" GOTOOLDIR="/Users/pamach/.gvm/gos/go1.12beta1/pkg/tool/darwin_amd64" GCCGO="gccgo" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/jb/mt5nv3rd4p78_3k9gr__gkym0000gp/T/go-build498123624=/tmp/go-build -gno-record-gcc-switches -fno-common"
What did you do?
- installed gvm to get a post g1.11 build.
gvm install go1.12beta1gvm use go1.12beta1go get github.com/paulmach/orbcd $GOPATH/src/github.com/paulmach/orb/simplifygo test -race -v .
What did you expect to see?
PASS
ok github.com/paulmach/orb/simplify 0.430s
What did you see instead?
=== RUN TestDouglasPeucker_BenchmarkData
--- PASS: TestDouglasPeucker_BenchmarkData (0.73s)
FATAL: ThreadSanitizer CHECK failed: ./gotsan.cc:6826 "((kBlockMagic)) == ((((u64*)addr)[0]))" (0x6a6cb03abcebc041, 0x109907e)
FAIL github.com/paulmach/orb/simplify 0.752s