-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
runtime: "fatal error: mSpanList.insertBack" in mallocgc #35771
Comments
This looks like a runtime bug. Might be related to the new bitmap allocator. Thanks for the report! |
@myitcv Thanks! @bcmills The span is indeed coming out of the new allocator, but the problem here is that its' I've just confirmed that any span returned by Based on the bizarre value (disclaimer: bizarre to me, maybe someone else has better insights), my next guess is that this is the manifestation of another memory corruption bug such as #35592. I'll keep thinking about it. |
Unfortunately not: same response as per #35689 (comment) |
Thanks. Closing since it's not reproducible, but we'll keep track of this in the super-bug. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Got the following:
Unable to reproduce.
What did you expect to see?
No fatal error
What did you see instead?
Per above
CC @mdempsky @aclements @mknyszek @ianlancetaylor @bcmills
The text was updated successfully, but these errors were encountered: