-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: segmentation violation (tip) #15747
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
Another crash log:
|
Does your program use cgo or SWIG? Does it use unsafe? Have you run your program under the race detector? |
I forgot: if I run
Yes,
As far as I know, no.
Not directly. |
It's really frustrating, because I don't know what to do to fix this crash. I tried to enable the "appengine" tags: There is something weird with my
I don't understand... |
We can reliable reproduce this here and are well on our way to root causing it. |
We should test the fix for this against the case in #15762, once we have one. |
CL https://golang.org/cl/23393 mentions this issue. |
It's fixed for me. Thank you @rsc 👍 |
Great, thanks very much for the report @pierrre. |
go version
)?go version devel +1f7a0d4 Thu May 19 04:37:45 2016 +0000 linux/amd64
go env
)?GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/pierre/Go"
GORACE=""
GOROOT="/home/pierre/.gimme/versions/go"
GOTOOLDIR="/home/pierre/.gimme/versions/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build610860862=/tmp/go-build -gno-record-gcc-switches"
CXX="g++"
CGO_ENABLED="1"
go test -bench=BenchmarkServerParallelism -benchmem github.com/pierrre/imageserver/cache/groupcache
This is a benchmark for my usage of groupcache.
It uses testing.B.RunParallel().
The text was updated successfully, but these errors were encountered: