We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
go version
go version go1.7 linux/amd64
go env
# go env GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="" GORACE="" GOROOT="/usr/local/go" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build548111168=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1"
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x6515ef] goroutine 27407223 [running]: panic(0xa3ff60, 0xc420010060) /usr/local/go/src/runtime/panic.go:500 +0x1a1 net/http.(*persistConn).closeConnIfStillIdle(0xc420272400) /usr/local/go/src/net/http/transport.go:1311 +0x2f net/http.(*persistConn).(net/http.closeConnIfStillIdle)-fm() /usr/local/go/src/net/http/transport.go:683 +0x2a created by time.goFunc /usr/local/go/src/time/sleep.go:154 +0x44
The text was updated successfully, but these errors were encountered:
This stuff happened randomly. It looks like #16208 but the line of code is not the same. When will go1.7.1 release?
Sorry, something went wrong.
This is a dup of #16208. Go 1.7.1 will come soon. It was supposed to be last week.
Closing as dupe. Please watch for Go 1.7.1.
No branches or pull requests
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?The text was updated successfully, but these errors were encountered: