cmd/compile: SIGILL when building golang.org/x/sys/unix on openbsd/arm64 #42517
Labels
arch-arm64
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-OpenBSD
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I don't know. I noticed the issue here. I then cloned this repo and ran
go build
in theunix
directory. The problem can be reproduced there.(sorry, I am unfamiliar with go stuff. I'm just trying to get syncthing working on OpenBSD/arm64).
What operating system and processor architecture are you using (
go env
)?go env
OutputThe machine is a raspberry pi 4.
What did you do?
I cloned this repo and ran
go build
in theunix
directory.What did you expect to see?
Successful build.
What did you see instead?
It seems non-deterministic. I had to restart the machine to reproduce it this time.
The text was updated successfully, but these errors were encountered: