-
Notifications
You must be signed in to change notification settings - Fork 4.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
[browser][MT] PlatformNotSupportedException Blocking wait is not supported on the JS interop threads #98804
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsError Blob{
"ErrorMessage": "System.PlatformNotSupportedException : Blocking wait is not supported on the JS interop threads",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
} Reproduction StepsLog
|
@radekdoulik I opened this to catch all surprising cases where blocking happens. In one particular case it's
And I wonder why And here is another example Log |
Known issues update: This issue has been affected by the issue described in: dotnet/dnceng#2065. Since all the issues opened after 02/20 can cause the build analysis to fail, I will exclude this issue from the build analysis and add a tracking label to restore it as a known issue once this problem is resolved. |
It happened again in https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-100898-merge-475198b81218424ca4/WasmTestOnBrowser-System.Runtime.InteropServices.JavaScript.Tests/1/console.70c98dfd.log?helixlogtype=result
ErrorMessage is different by a whitespace: - System.PlatformNotSupportedException : Blocking wait is not supported on the JS interop threads
+ System.PlatformNotSupportedException: Blocking wait is not supported on the JS interop threads |
I'm hoping that #101078 fixed it, please re-open if not |
Error Blob
Reproduction Steps
Log
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=574940
Known issue validation
Build: 🔎⚠️ Provided build not found. Provide a valid build in the "Build: 🔎" line.
Result validation:
Validation performed at: 4/15/2024 7:27:53 PM UTC
Report
Summary
Known Issue Error Message
Fill the error message using step by step known issues guidance.
The text was updated successfully, but these errors were encountered: