You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rosetta2 seems pretty inconsistent, given the inconsistencies, I'm not sure if this issue is useful. It did work the second time. But I wanted to send it along
What version of Go are you using (go version)?
$ go version
go version go1.15.5 darwin/amd64
Does this issue reproduce with the latest release?
Issue is inconsistent.
What operating system and processor architecture are you using (go env)?
A giant crash, which then hung, and had to be control-c'ed.
output
seph@osquery-adp-1 go % cd src
seph@osquery-adp-1 src % GODEBUG=asyncpreemptoff=1 GOOS=darwin GOARCH=arm64 ./bootstrap.bash
#### Copying to ../../go-darwin-arm64-bootstrap
Cleaning ../../go-darwin-arm64-bootstrap
Building ../../go-darwin-arm64-bootstrap
Building Go cmd/dist using /Users/seph/go. (go1.15.5 darwin/amd64)
Building Go toolchain1 using /Users/seph/go.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for host, darwin/amd64.
There have been a number of different failure modes with Rosetta 2, see #42700. Until Rosetta 2 gets better, there are probably not much we can do. Closing as a dup.
rosetta2 seems pretty inconsistent, given the inconsistencies, I'm not sure if this issue is useful. It did work the second time. But I wanted to send it along
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Issue is inconsistent.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
358d35455d06b1ebee948efff123842490dcb797
GODEBUG=asyncpreemptoff=1 GOOS=darwin GOARCH=arm64 ./bootstrap.bash
What did you expect to see?
A successful compilation
What did you see instead?
A giant crash, which then hung, and had to be control-c'ed.
output
The text was updated successfully, but these errors were encountered: