Skip to content

runtime: unexpected return pc for runtime.asmstdcall #40469

Open
@chalkwu

Description

@chalkwu

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

$ go version
C:\Windows\System32>go version
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0

runtime: unexpected return pc for runtime.asmstdcall called from 0x11
stack: frame={sp:0x144fd20, fp:0x144fd30} stack=[0x0,0x144ff30)
000000000144fc20:  00000000001effff  0000000000000400
000000000144fc30:  00000000001d0200  0203000000000000
000000000144fc40:  00000000001effff  0000000000000400
000000000144fc50:  0203000000000000  00000000000001e0
000000000144fc60:  0000000000000400  0000000000000400
000000000144fc70:  00000000001d0200  00000000001effff
000000000144fc80:  000000000144fcc0  000000000041857b 
000000000144fc90:  00000000001d0100  0203000000000000
000000000144fca0:  00000000001effff  0000000001459090
000000000144fcb0:  01e0010000000400  0000000000000000
000000000144fcc0:  000000000144fd20  0000000000030000
000000000144fcd0:  0000000001459090  0000000000000000
000000000144fce0:  0000000000000008  00000000001effff
000000000144fcf0:  0000000001459008  0000000000000005
000000000144fd00:  0000000002030000  000000000144fd68
000000000144fd10:  0000000001459090  000000000045d8ce 
000000000144fd20: <000000000144fd40 !0000000000000011
000000000144fd30: >0000000002030000  0000000002030000
000000000144fd40:  0000000000000020  0000000000b0efe8
000000000144fd50:  0000000001459090  0000000000000000
000000000144fd60:  0000000000e965a0  000000000144fd88
000000000144fd70:  0000000001459090  000000000144fe18
000000000144fd80:  000000000040c490   000000c000002000
000000000144fd90:  00000000000001e0  00000000000001e0
000000000144fda0:  0000000000e96828  000000000045b767 
000000000144fdb0:  0001fffffffffff8  00000000000001d8
000000000144fdc0:  00000000000001e0  000000c000002000
000000000144fdd0:  0000000001450008  000000000144fdf8
000000000144fde0:  0000000000000000  0000000001450008
000000000144fdf0:  0000000000000000  000000000042eb03 
000000000144fe00:  000000000045d870   0000000000e96828
000000000144fe10:  000000c000000000  000000000000000f
000000000144fe20:  0000000000e965a0  000000000144fe48
runtime.asmstdcall(0x2030000, 0x2030000, 0x20, 0xb0efe8, 0x1459090, 0x0, 0xe965a0, 0x144fd88, 0x1459090, 0x144fe18, ...)
        c:/go/src/runtime/sys_windows_amd64.s:60 +0x5e fp=0x144fd30 sp=0x144fd20 pc=0x45d8ce
rax     0x0
rbx     0xe96828
rcx     0xeb4980
rdi     0x37b000
rsi     0x144fe60
rbp     0x144fe28
rsp     0x144fd18
r8      0x4
r9      0x144fea0
r10     0x8
r11     0x1d010e
r12     0xb0efe8
r13     0x0
r14     0x0
r15     0x2030000
rip     0x0
rflags  0x10293
cs      0x33
fs      0x53
gs      0x2b

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 Output
$ go env

What did you do?

What did you expect to see?

go version go1.13.14 windows/amd64

What did you see instead?

unexpected....

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Windowscompiler/runtimeIssues related to the Go compiler and/or runtime.

    Type

    No type

    Projects

    Status

    Triage Backlog

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions