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: segfault on linux/mips #23946

Closed
aclements opened this issue Feb 20, 2018 · 2 comments
Closed

runtime: segfault on linux/mips #23946

aclements opened this issue Feb 20, 2018 · 2 comments
Milestone

Comments

@aclements
Copy link
Member

CL 85887 started causing linux/mips to segfault during the bootstrap process. I haven't looked into why yet.

linux/mipsle is also regularly flaking with a segfault later during testing. The root cause may be the same.

/cc @cherrymui

@aclements aclements added this to the Go1.11 milestone Feb 20, 2018
@aclements aclements self-assigned this Feb 20, 2018
@aclements
Copy link
Member Author

The problem on linux/mips is that the &untracked pointer passed to persistentalloc by mallocinit isn't 8-byte aligned, so the atomic add in mSysStatInc crashes.

@gopherbot
Copy link

Change https://golang.org/cl/95695 mentions this issue: runtime: ensure sysStat for mheap_.arenas is aligned

@golang golang locked and limited conversation to collaborators Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants