-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm][windows] v8 doesn't seem to exit sometimes causing helix test run to time out #64227
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsTwo recent instances of this seen on rolling builds: System.Text.RegularExpressions.Generators.Tests
Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests
cc @pavelsavara
|
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
That sounds like the task queue isn't empty, @maraf could you take a look at this. |
Tagging subscribers to this area: @directhex Issue DetailsTwo recent instances of this seen on rolling builds: System.Text.RegularExpressions.Generators.Tests
Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests
|
Some findings
|
I saw similar behavior on local build with broken wasm binary. I think some wasm code was running tight loop over some data. |
@maraf, this suggestion sounds helpful, have you tried it? What's the result? |
|
Sorry for closing, probably I should still look why this happens on empty test unit. |
Moving to 8.0 as this isn't currently blocking us. |
Two recent instances of this seen on rolling builds:
System.Text.RegularExpressions.Generators.Tests
Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests
cc @pavelsavara @radekdoulik
The text was updated successfully, but these errors were encountered: