Skip to content
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

x/text/unicode/norm: apparent deadlock on js-wasm #56792

Open
gopherbot opened this issue Nov 17, 2022 · 2 comments
Open

x/text/unicode/norm: apparent deadlock on js-wasm #56792

gopherbot opened this issue Nov 17, 2022 · 2 comments
Labels
arch-wasm WebAssembly issues NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-JS
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/text/unicode/norm" && test == ""

Issue created automatically to collect these failures.

Example (log):

*** Test killed with quit: ran too long (11m0s).

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 17, 2022
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/text/unicode/norm" && test == ""
2022-11-09 15:35 js-wasm text@ada74731 go@db259cdd x/text/unicode/norm (log)
*** Test killed with quit: ran too long (11m0s).

watchflakes

@bcmills
Copy link
Contributor

bcmills commented Nov 17, 2022

(attn @golang/js)

From sampling some recent logs, it appears that this test normally completes in around 12.5s, so this is an outlier by a factor of 50. That suggests a possible deadlock in the test or one of its dependencies; since the test itself didn't panic when it hit the timeout, the deadlock may be in either the Go runtime or the node.js environment that runs it.

@bcmills bcmills changed the title x/text/unicode/norm: unrecognized failures x/text/unicode/norm: apparent deadlock on js-wasm Nov 17, 2022
@bcmills bcmills added arch-wasm WebAssembly issues OS-JS labels Nov 17, 2022
@bcmills bcmills added this to the Backlog milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly issues NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-JS
Projects
Status: No status
Development

No branches or pull requests

2 participants