You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware this is for old-ish version of Go, but thought better to report than not, you can always just close it. Highly non-deterministic, this app usually runs well, but I think I've already seen it crash in a somewhat similar way once over last 1-2 months. No "import C", no "go whatever()" in code. Generally run as a parser for go test -v (got ~20MB file as input this time), tries to split it and pass into text/template. (Actually planning to open-source the particular code soon-ish, but can't just yet.)
$ go version
go version go1.4 linux/amd64
$ go env
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="[CENSORED]"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
@akavel, it's unlikely this problem carried over to Go 1.5, but if you can test on Go 1.5, we'd love to know if it still fails. Alternatively, if you need to stay on Go 1.4 and would rather just work around this, you can set GODEBUG=invalidptr=0 to disable this self-check.
I'm aware this is for old-ish version of Go, but thought better to report than not, you can always just close it. Highly non-deterministic, this app usually runs well, but I think I've already seen it crash in a somewhat similar way once over last 1-2 months. No "import C", no "go whatever()" in code. Generally run as a parser for
go test -v
(got ~20MB file as input this time), tries to split it and pass into text/template. (Actually planning to open-source the particular code soon-ish, but can't just yet.)Actual error output:
The text was updated successfully, but these errors were encountered: