We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
go version
go version go1.9 linux/amd64
yes
go env
GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/work/root/prog/GO/" GORACE="" GOROOT="/usr/local/go" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build178657157=/tmp/go-build -gno-record-gcc-switches" CXX="g++" CGO_ENABLED="1" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config"
This is strange example. And i don't know is it bug or not. But i faced with this problem in my unit tests. https://play.golang.org/p/ZJu11uoEd2
finalizer called
finalizer doesn't call even after runtime.GC() called
runtime.GC()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of Go are you using (
go version
)?go version go1.9 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
This is strange example. And i don't know is it bug or not. But i faced with this problem in my unit tests.
https://play.golang.org/p/ZJu11uoEd2
What did you expect to see?
finalizer called
What did you see instead?
finalizer doesn't call even after
runtime.GC()
calledThe text was updated successfully, but these errors were encountered: