-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: Finalizers do not work with CGO at tip #7375
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
Labels
Milestone
Comments
This broke here the build on current tip: tag: tip user: Russ Cox <rsc@golang.org> date: Fri Feb 21 13:51:22 2014 -0500 summary: reflect: better error for walking through nil embedded struct pointer Linux 3.8.0-35-generic #50-Ubuntu SMP Tue Dec 3 01:24:59 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux # GOMAXPROCS=2 runtime -cpu=1,2,4 --- FAIL: TestFinalizerInterfaceBig-2 (4.00 seconds) mfinal_test.go:100: finalizer for type *bigValue didn't run FAIL FAIL runtime 45.786s |
https://golang.org/cl/67850044 Owner changed to @dvyukov. Status changed to Started. |
This issue was closed by revision 0ef0d6c. Status changed to Fixed. |
mfinal_test.go:100: finalizer for type *bigValue didn't run People still see this, reported today in #go-nuts. I have also seen it. Could be related to issue #7511. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: