-
Notifications
You must be signed in to change notification settings - Fork 18.1k
runtime: cannot run go.exe on Windows Server 2016 #29885
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
more info: cpu is intel xeon(R) silver 4110 cpu @ 2.10GHZ |
maybe is cpu reason? D:\go\go1_11\go\src\runtime\sys_windows_amd64.s:60
|
more info: last call function:
} |
func (h *mheap) alloc(npage uintptr, spanclass spanClass, large bool, needzero bool) *mspan {
} |
What precisely did you do? What precisely did you see? |
I just download the https://dl.google.com/go/go1.11.4.windows-amd64.zip, then run at window server 2016 the server's cpu is intel xeon(R) silver 4110 cpu @ 2.10GHZ What precisely did you see? similar to these url: Exception 0xc0000005 0x8 0x0 0x0 runtime.asmstdcall(0x8fdd8, 0x40ee8d, 0x10f4000, 0x0, 0x100000044f980, 0x20, 0x11, 0x10f4000, 0x44f8c0, 0x10f0000, ...) my server is a remote server , i have not the right to copy output top0: Exception PC=0x0 |
maybe the function have problem? This function is suspicious
D:\go\go\src\runtime\asm_amd64.s
|
Please tell us precisely what you did. List the exact commands that you ran. Don't just say "run at window server 2016". Tell us exactly what you did. Thanks. |
decompress go1.11.4.windows-amd64.zip and run go.exe
code at D:\go\go_1_11_5_src\go\src\runtime\sys_windows_amd64.s
// void runtime·asmstdcall(void *c);
... |
i found the reason: os_windows.go have not found a function _RtlGenRandom code:
|
CL 536235 dropped |
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?
only run go.exe
What did you expect to see?
run success
What did you see instead?
D:\go\go1_11\go\src\runtime\sys_windows_amd64.s:60 is lasterror
The text was updated successfully, but these errors were encountered: