-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: large unnamed struct can result in 'name too long' error at link time #4438
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
Labels
Milestone
Comments
I hit this bug while attempting to json.Unmarshal a large json doc to a large type struct. Not really an edge I'd say. Anyways I have created a 'crashme' to illustrate the bug. $ go build name-too-long.go # command-line-arguments /tmp/go-build113202767/command-line-arguments.a(_go_.6): name too long $ go version go version go1.2.1 linux/amd64 Attachments:
|
Yeah, just like @minux mentioned, @rtoma's program can now be compiled fine, |
Wow, blast from the past. Verified with |
@rsc or @griesemer can we close this s'il vous plait? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: