-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: GC with gctrace=2 fails #9942
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 seems like an issue with GC (heap corruption) rather than with sudoges. At least I don't see how sg.elem can be non nil in chan code. |
Fixed by e31e35a |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This crashes, and seems to have been crashing for a while:
My cleanup means that now in gccheckmark=1 mode it will also crash, but that's not really my fault. (My cleanup fixed the bug that in gccheckmark=1 mode the gctrace=2 was not doing a full mark sweep in the second GC.)
@aclements @RLH
The text was updated successfully, but these errors were encountered: