-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/compile: deadlock in sync.Mutex.Lock #70256
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Comments
Did you mean to add an issue title? |
what's the actual go command that fails? |
seankhliao
added
the
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
label
Nov 8, 2024
adonovan
changed the title
import/path: issue title
cmd/compile: deadlock in sync.Mutex.Lock
Nov 8, 2024
gopherbot
added
the
compiler/runtime
Issues related to the Go compiler and/or runtime.
label
Nov 8, 2024
@mvdan Oh sorry, I missed the title. Was editing this at 2AM and must have had a brain fart. @seankhliao It's was pretty standard go build
|
seankhliao
added
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
and removed
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
labels
Nov 9, 2024
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Go version
go1.23-alpine
Output of
go env
in your module/workspace:What did you do?
I've tried to cross build our project to riscv64, via docker alpine:latest.
What did you see happen?
Build failed with a compiler bug (IMO):
What did you expect to see?
Restarting the build finished without issues.
The text was updated successfully, but these errors were encountered: