runtime: deadlock detection does not work properly in js/wasm #70869
Labels
arch-wasm
WebAssembly issues
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.23.3 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Compile and run following code
What did you see happen?
This will lead to
on
windows/amd64
.However, on
js/wasm
build, it will lead toWhat did you expect to see?
Similiar output on wasm platform
The text was updated successfully, but these errors were encountered: