dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.26k stars 4.73k forks source link

[browser] Unable to evaluate script: tab crashed #103623

Open ManickaP opened 4 months ago

ManickaP commented 4 months ago

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=710074 Build error leg or test failing: WasmTestOnChrome-ST-System.Security.Cryptography.Tests.WorkItemExecution Pull request: https://github.com/dotnet/runtime/pull/103342

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "",
  "ErrorPattern": "info: Unable to evaluate script: tab crashed",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=710074 Error message validated: [info: Unable to evaluate script: tab crashed] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/18/2024 8:18:13 AM UTC

Report

Build Definition Test Pull Request
848282 dotnet/runtime WasmTestOnChrome-MT-System.Linq.Parallel.Tests.WorkItemExecution dotnet/runtime#109053
838571 dotnet/runtime WasmTestOnChrome-MT-System.Private.Xml.Tests.WorkItemExecution dotnet/runtime#108654
838562 dotnet/runtime WasmTestOnChrome-MT-System.Linq.Parallel.Tests.WorkItemExecution dotnet/runtime#108650

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 3
dotnet-policy-service[bot] commented 4 months ago

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones See info in area-owners.md if you want to be subscribed.

carlossanlop commented 2 months ago

This failure is somewhat impactful. I'm seeing it in most of the 9.0 PRs.

pavelsavara commented 1 month ago

All of them are MT and related to VFS, probably deadlocks. I wonder if the crash is the cause or the consequence.

see also https://github.com/dotnet/runtime/issues/103524