runtime: os/exec fatal error: all goroutines are asleep - deadlock! on mips64 #42825
Labels
Milestone
Comments
Does the program fail quickly, or does it wait for 10 seconds? Is it possible for you to test this with Go tip? Thanks. Please also include the output of running |
it fail quickly. I try to build an go1.5.5 environment on MIPS64,The following problems occurred
|
@ianlancetaylor |
I tired 1.14.2,and1.15.x, this is not work. only 1.13.15 works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
CGO_ENABLED=0 GOARCH=mips64le GOMIPS=softfloat GOOS=linux go build command.go
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: