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: panic index on mips builder in creating a test pageAlloc #35440

Closed
mknyszek opened this issue Nov 7, 2019 · 1 comment
Closed

runtime: panic index on mips builder in creating a test pageAlloc #35440

mknyszek opened this issue Nov 7, 2019 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mknyszek
Copy link
Contributor

mknyszek commented Nov 7, 2019

The mips builder fails to create a test pageAlloc because all the addresses used in the test start at 2 GiB, and the address space size for mips is only 2 GiB. Fix is easy, will upload in a bit.

https://build.golang.org/log/386a1913c193cf2e12c635a70bd103e218d9bc72

@mknyszek mknyszek added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 7, 2019
@mknyszek mknyszek added this to the Go1.14 milestone Nov 7, 2019
@mknyszek mknyszek self-assigned this Nov 7, 2019
@gopherbot
Copy link

Change https://golang.org/cl/205938 mentions this issue: runtime: make the test addresses for pageAlloc smaller on 32-bit

@golang golang locked and limited conversation to collaborators Nov 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants