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

runtime: "found pointer to free object" on aix-ppc64 #51481

Open
bcmills opened this issue Mar 4, 2022 · 1 comment
Open

runtime: "found pointer to free object" on aix-ppc64 #51481

bcmills opened this issue Mar 4, 2022 · 1 comment
Labels
arch-ppc64x compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Mar 4, 2022

aix-ppc64 at eeb9f095dc13a6beed41db0e734b6ae1e97f15d1
…
runtime: marked free object in span 0xa00000026d12a98, elemsize=48 freeindex=0 (bad use of unsafe.Pointer? try -d=checkptr)
…
fatal error: found pointer to free object

greplogs --dashboard -md -l -e '(?ms)\Aaix-.*runtime: marked free object in span 0x[a-f0-9]'

2022-03-03T02:39:01-eeb9f09/aix-ppc64

(CC @trex58)

@bcmills bcmills added the OS-AIX label Mar 4, 2022
@bcmills bcmills added this to the Backlog milestone Mar 4, 2022
@bcmills
Copy link
Contributor Author

bcmills commented Mar 4, 2022

(CC @golang/runtime, but since there is only one of these in the logs and it's for a non-first-class port I'm inclined to just leave it in the backlog for now.)

@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 7, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-ppc64x compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-AIX
Projects
Status: Triage Backlog
Development

No branches or pull requests

3 participants