-
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
runtime: unexpected return pc for runtime.asmstdcall #40469
Comments
Thank you @chalkwu for opening this issue. Is your issue also duplicate of #21060 ? Perhaps you have too much memory in your computer, and Go cannot run on a machine with 128 GB of memory. Unfortunately I cannot check, because I don't have PC with so much memory. Try installing Go on PC with less memory, see if it works for you. I don't think Go Team has Windows testing PC with so much memory. So I would not be surprised if it is broken. /cc @aclements @mknyszek @cherrymui Thank you. Alex |
Thank you so much. By the way, how did you find there is another issue which is just the same as this one. |
I don't remember how I found related issue. Alex |
I have tested on an 128g ram server and I successfully reproduced the problem. I tried to compile a 32bit version and it succeed. I think the reason for this problem may related to wrong CPU settings in bios like Virtualization settings, etc. I hope this can help you! |
cc @jstarks for any insights... |
When I install go1.13.14, it looks everything is ok. Finished successfully, path environment is added automatically. But when I check go version by typing "go version" in command terminal, something wrong. The exception is just the same as #40401
Please help.
What version of Go are you using (
go version
)?1.13.14
Does this issue reproduce with the latest release?
No.
What operating system and processor architecture are you using (
go env
)?Window version: Windows Server 2016 Datacenter
Cpu: Intel(R) Xeon(R) Bronze 3106CPU @ 1.70GHz 1.70GHz
RAM: 128 GB
architecture: 64-bit
go env
OutputWhat did you do?
What did you expect to see?
go version go1.13.14 windows/amd64
What did you see instead?
unexpected....
The text was updated successfully, but these errors were encountered: