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

github.com/fjl/memsize incompatible with Go1.23 #70

Open
stevemilk opened this issue Dec 4, 2024 · 1 comment
Open

github.com/fjl/memsize incompatible with Go1.23 #70

stevemilk opened this issue Dec 4, 2024 · 1 comment

Comments

@stevemilk
Copy link
Contributor

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

@stevemilk
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant