dotnet / runtime

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

[browser][AOT][ST] table index is out of bounds #105010

Closed jkoritzinsky closed 2 weeks ago

jkoritzinsky commented 1 month ago

Build Information

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

Error Message

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

{
  "ErrorMessage": "MONO_WASM: table index is out of bounds",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=743972 Error message validated: [MONO_WASM: table index is out of bounds] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 7/17/2024 5:32:46 AM UTC

Report

Build Definition Test Pull Request
773348 dotnet/runtime WasmTestOnV8-ST-System.Linq.Tests.WorkItemExecution
772273 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#106167
763399 dotnet/runtime WasmTestOnV8-ST-System.Memory.Tests.WorkItemExecution
767427 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#106026
766025 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#105802
765436 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#105909
765139 dotnet/runtime WasmTestOnChrome-ST-System.Memory.Tests.WorkItemExecution
762147 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#104562
758343 dotnet/runtime WasmTestOnChrome-ST-System.Linq.Tests.WorkItemExecution
756458 dotnet/runtime WasmTestOnV8-ST-System.Formats.Asn1.Tests.WorkItemExecution
755747 dotnet/runtime WasmTestOnV8-ST-System.Linq.Tests.WorkItemExecution
752637 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#105299
751970 dotnet/runtime WasmTestOnV8-ST-System.Runtime.Tests.WorkItemExecution dotnet/runtime#105312
751577 dotnet/runtime WasmTestOnV8-ST-System.Memory.Tests.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 14
dotnet-policy-service[bot] commented 1 month ago

Tagging subscribers to this area: @directhex, @matouskozak See info in area-owners.md if you want to be subscribed.

steveisok commented 1 month ago

/cc @lewing

pavelsavara commented 1 month ago

This is AOT and memory corruption. I think it could be same as https://github.com/dotnet/runtime/issues/104956

pavelsavara commented 3 weeks ago

I hope the the root cause is https://github.com/dotnet/runtime/issues/106200 and fix https://github.com/dotnet/runtime/pull/106313