Skip to content
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

cmd/compile,runtime: found pointer to free object on linux-amd64-noopt #54907

Closed
mknyszek opened this issue Sep 6, 2022 · 4 comments
Closed
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Milestone

Comments

@mknyszek
Copy link
Contributor

mknyszek commented Sep 6, 2022

2022-09-02T20:14:40-3e11e61/linux-amd64-noopt
2022-09-02T19:22:26-0fda8b1/linux-amd64-noopt

Since I only saw this failure mode on the noopt builders, I figure it's some kind of compiler/runtime interaction.

CC @golang/compiler @golang/runtime

@mknyszek mknyszek added this to the Go1.20 milestone Sep 6, 2022
@mknyszek mknyszek added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Sep 6, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 6, 2022
@bcmills
Copy link
Contributor

bcmills commented Sep 6, 2022

greplogs -l -e '\nfatal error: found pointer to free object' --since=2022-08-01 --omit=js-wasm\|plan9-arm
2022-09-02T20:14:40-3e11e61/linux-amd64-noopt
2022-09-02T19:22:26-0fda8b1/linux-amd64-noopt
2022-08-22T11:49:45-761db3e/linux-amd64-noopt
2022-08-09T16:09:24-e1a8e0e/solaris-amd64-oraclerel

@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2022

greplogs -l -e '\nfatal error: found pointer to free object' --since=2022-09-06 --omit=js-wasm\|plan9-arm\|openbsd
2022-09-08T14:33:43-c263fa0/linux-amd64-noopt
2022-09-07T01:48:31-ba1ef54/linux-amd64-noopt

@bcmills
Copy link
Contributor

bcmills commented Sep 14, 2022

Marking as release-blocker because this very much looks to be a Go 1.20 regression.

@gopherbot
Copy link

Change https://go.dev/cl/431919 mentions this issue: runtime: make mSpanStateBox accessors nosplit

@golang golang locked and limited conversation to collaborators Sep 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Projects
None yet
Development

No branches or pull requests

4 participants