-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: TestPanicSystemstack fails #26393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ysmolsky does this fail on Go1.10 or before? |
Potentially an issue related to Mac, as I can't reproduce on Linux:
I presume we don't have a longtest Mac builder? |
We should make longtest builders for Mac and Windows I guess. Bisecting: 5b5473c is the first bad commit
Related issue: #17490 |
Perhaps |
Change https://golang.org/cl/124195 mentions this issue: |
Change https://golang.org/cl/125216 mentions this issue: |
Running the test on El Capitan.
go version devel +c2eba53e7f Sat Jul 14 06:48:21 2018 +0000 darwin/amd64
go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/thorn/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/thorn/go"
GOPROXY=""
GORACE=""
GOROOT="/Users/thorn/golang"
GOTMPDIR=""
GOTOOLDIR="/Users/thorn/golang/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/km/50gy6_q557v6_7vxbf9b29v00000gn/T/go-build856870210=/tmp/go-build -gno-record-gcc-switches -fno-common"
Failed test
go test runtime
fails in the TestPanicSystemstack:details
The text was updated successfully, but these errors were encountered: