-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime: os/exec fatal error: all goroutines are asleep - deadlock! on mips64 #42825
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 |
Thanks for the report @jgbooks. I shall triage this for Go1.17, and mark it as needing investigation. |
We may not get to resolve this in Go 1.17, so moving to Backlog for now. |
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: