-
Notifications
You must be signed in to change notification settings - Fork 18k
reflect: method ABI and value ABI do not align #46696
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
Comments
This panics in 1.17 but runs without error in earlier releases, so marking as a release blocker. CC @mknyszek |
Thanks for the small reproducer. Looking into it. |
Slightly smaller reproducer:
The failure is in the method value call, not the latter reflect call. |
I see the problem. In the "value" ABI the Fix incoming. |
Change https://golang.org/cl/327089 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
run
What did you expect to see?
No panic
What did you see instead?
The text was updated successfully, but these errors were encountered: