We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make geth on main branch with Go 1.23 will throw an error and exit: link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld
make geth
link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld
root cause: As of Go 1.23, memsize no longer works because of a restriction added by the Go toolchain. Refer to https://github.com/fjl/memsize.
Merge ethereum/go-ethereum#30253
The text was updated successfully, but these errors were encountered:
build failure caused by this issue: https://github.com/piplabs/story-geth/actions/runs/12166823835/job/33933948090
Sorry, something went wrong.
No branches or pull requests
Rationale
make geth
on main branch with Go 1.23 will throw an error and exit:link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld
root cause:
As of Go 1.23, memsize no longer works because of a restriction added by the
Go toolchain. Refer to https://github.com/fjl/memsize.
Implementation
Merge ethereum/go-ethereum#30253
The text was updated successfully, but these errors were encountered: