-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/link: panic: runtime error: makeslice: cap out of range #47455
Comments
I can reproduce this issue. It seems that passing |
Change https://golang.org/cl/338831 mentions this issue: |
Close to #47183 and #42189 or similar: receiving error "panic: runtime error: makeslice: cap out of range" when trying to install with buildmode=shared I successfully reproduce error on go v1.16.0 (1,6,9), 1.17.2 in docker env golang:1.x.x-stretch. And it's correctly worked on 1.14.15, 1.15.15. |
Kindly cc @cherrymui |
Obsoleted by #47788 |
Same issue with 1.18.3 version |
Seeing issues on go version go1.20 linux/amd64 |
Isn't it declined #47788 (comment) ? |
Per #47788 (comment)
So it still applies. Thanks. |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
install success
The text was updated successfully, but these errors were encountered: