runtime: externally linked programs don't detect deadlocks #29322
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (also master as of last week)
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Did
go run -buildmode=pie
with this:What did you expect to see?
Process dies with the "all goroutines are asleep" message.
What did you see instead?
Not dead but forever sleeping.
The text was updated successfully, but these errors were encountered: