runtime: encountered a SIGSEGV during 'go run' in go1.16beta1 #43284
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Darwin
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
I haven't tried anything newer than go1.16beta1
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
$ GOARCH=arm64 go1.16beta1 run main.go sample.txt
Note: this is on an M1 Mac with and amd64 build of go1.16beta1, compiling a program with GOARCH=arm64.
main.go can be found here.
I only saw the SIGSEGV once. Re-runs of this same command with the same code did not fail.
What did you expect to see?
Program compiled and run.
What did you see instead?
Looks to be a crash during build cache lookup?
The text was updated successfully, but these errors were encountered: