In arm64 environment, c# calls go dll exception #66833
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Go version
go version go1.22.1 windows/amd64
Output of
go env
in your module/workspace:What did you do?
import/pathIn the arm64 environment, I use c# code to call the DLL generated by go code, and the program always exits abnormally. The same code works fine in an x64 environment. I tried to compile the go dll that generated the arm64 version, but couldn't find a cross-compile tool from windows x64 to windows arm64.: issue title

https://github.com/golang/go/assets/52696274/1514ffda-f290-4692-889d-08449ffb55e6
arm_windbg.txt
x64_windbg.txt
What did you see happen?
Program exit exception
What did you expect to see?
Under the arm64 environment, the program can normally call the dll generated by go, and tell me how to cross-compile cgo under the windows x64 environment to generate the dll under windows arm64, thanks a lot.
The text was updated successfully, but these errors were encountered: