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

[wasm][aot] memory access out of bounds crash in System.Collections.Immutable.Tests with v8 #65242

Closed
Tracked by #65464
radical opened this issue Feb 12, 2022 · 2 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-GC-mono
Milestone

Comments

@radical
Copy link
Member

radical commented Feb 12, 2022

I found this while trying to run these tests multiple times on #65178

Log

Discovering: System.Collections.Immutable.Tests.dll (method display = ClassAndMethod, method display options = None)
Discovered:  System.Collections.Immutable.Tests.dll (found 958 of 962 test cases)
Starting:    System.Collections.Immutable.Tests.dll
{}
RuntimeError: memory access out of bounds
    at __memcpy (<anonymous>:wasm-function[94388]:0x15abb01)
    at copy_object_no_checks.1 (<anonymous>:wasm-function[83807]:0x14719b2)
    at simple_nursery_serial_copy_object (<anonymous>:wasm-function[83806]:0x1471945)
    at single_arg_user_copy_or_mark (<anonymous>:wasm-function[83384]:0x1462def)
    at sgen_mark_normal_gc_handles (<anonymous>:wasm-function[83390]:0x14630d9)
    at precisely_scan_objects_from (<anonymous>:wasm-function[83383]:0x1462dd9)
    at scan_from_registered_roots (<anonymous>:wasm-function[83381]:0x1462bf4)
    at job_scan_from_registered_roots (<anonymous>:wasm-function[83372]:0x1462a43)
    at sgen_workers_enqueue_job (<anonymous>:wasm-function[83821]:0x1471bda)
    at sgen_workers_enqueue_deferred_job (<anonymous>:wasm-function[83822]:0x1471bed)
    at enqueue_scan_from_roots_jobs (<anonymous>:wasm-function[83363]:0x1461f6c)
    at collect_nursery (<anonymous>:wasm-function[83297]:0x145f9bf)
    at sgen_perform_collection_inner (<anonymous>:wasm-function[83294]:0x145f5cc)
    at sgen_perform_collection (<anonymous>:wasm-function[83292]:0x145f50b)
    at sgen_ensure_free_space (<anonymous>:wasm-function[83291]:0x145f49b)
    at sgen_alloc_obj_nolock (<anonymous>:wasm-function[83158]:0x145cfea)
    at mono_gc_alloc_vector (<anonymous>:wasm-function[82537]:0x144e18a)
    at aot_wrapper_icall_mono_gc_alloc_vector (<anonymous>:wasm-function[55508]:0x1003ba4)
    at aot_wrapper_alloc_1_AllocVector_obj_iiii (<anonymous>:wasm-function[40457]:0xd3f4e1)
    at corlib_System_Collections_Generic_List_1_T_REF_set_Capacity_int (<anonymous>:wasm-function[51909]:0xf4925a)
    at corlib_System_Collections_Generic_List_1_T_REF_Grow_int (<anonymous>:wasm-function[51921]:0xf49736)
    at corlib_System_Collections_Generic_List_1_T_REF_AddWithResize_T_REF (<anonymous>:wasm-function[45089]:0xdfd5cf)
    at corlib_System_Collections_Generic_List_1_T_REF_Add_T_REF (<anonymous>:wasm-function[51908]:0xf49096)
    at corlib_System_Collections_Generic_List_1_T_REF__ctor_System_Collections_Generic_IEnumerable_1_T_REF (<anonymous>:wasm-function[42005]:0xd89b5d)
    at System_Linq_System_Linq_Enumerable_ToList_TSource_REF_System_Collections_Generic_IEnumerable_1_TSource_REF (<anonymous>:wasm-function[24394]:0x85c6e9)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyMessage__ctor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_ITestAssembly (<anonymous>:wasm-function[70059]:0x125ba09)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionMessage__ctor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_ITestCollection (<anonymous>:wasm-function[70069]:0x125befe)
    at xunit_execution_dotnet_Xunit_Sdk_TestClassMessage__ctor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_ITestClass (<anonymous>:wasm-function[70068]:0x125be45)
    at corlib_aot_wrapper_gsharedvt_out_sig_void_this_objobj (<anonymous>:wasm-function[56152]:0x1010e29)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2e5)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestClassRunner_1__RunAsyncd__37_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69266]:0x123395f)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__2 (<anonymous>:wasm-function[71747]:0x12abc99)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__2 (<anonymous>:wasm-function[71226]:0x1296476)
    at xunit_execution_dotnet_Xunit_Sdk_TestClassRunner_1_TTestCase_REF_RunAsync (<anonymous>:wasm-function[69257]:0x1232d8d)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestCollectionRunner_RunTestClassAsync_Xunit_Abstractions_ITestClass_Xunit_Abstractions_IReflectionTypeInfo_System_Collections_Generic_IEnumerable_1_Xunit_Sdk_IXunitTestCase (<anonymous>:wasm-function[69500]:0x123cbea)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobjobj (<anonymous>:wasm-function[56467]:0x1017d20)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a324)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1__RunTestClassesAsyncd__28_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69298]:0x123466e)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__5 (<anonymous>:wasm-function[71750]:0x12ac87f)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__5 (<anonymous>:wasm-function[71237]:0x1296bd7)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1_TTestCase_REF_RunTestClassesAsync (<anonymous>:wasm-function[69290]:0x1234320)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1__RunAsyncd__27_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69294]:0x1234598)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__4 (<anonymous>:wasm-function[71749]:0x12ac480)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__4 (<anonymous>:wasm-function[71235]:0x1296b3a)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1_TTestCase_REF_RunAsync (<anonymous>:wasm-function[69289]:0x123418c)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner_RunTestCollectionAsync_Xunit_Sdk_IMessageBus_Xunit_Abstractions_ITestCollection_System_Collections_Generic_IEnumerable_1_Xunit_Sdk_IXunitTestCase_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69415]:0x123819f)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobjobjobj (<anonymous>:wasm-function[56470]:0x1017eae)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a34b)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1__RunTestCollectionsAsyncd__42_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69218]:0x1231c3a)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__0 (<anonymous>:wasm-function[71744]:0x12aaa35)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__0 (<anonymous>:wasm-function[71213]:0x1295e3d)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1_TTestCase_REF_RunTestCollectionsAsync_Xunit_Sdk_IMessageBus_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69206]:0x12314c2)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner__n__0_Xunit_Sdk_IMessageBus_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69417]:0x12382cd)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobj (<anonymous>:wasm-function[56311]:0x10149f9)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a302)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner__RunTestCollectionsAsyncd__14_MoveNext (<anonymous>:wasm-function[69429]:0x1238758)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Xunit_Sdk_XunitTestAssemblyRunner__RunTestCollectionsAsyncd__14_Xunit_Sdk_XunitTestAssemblyRunner__RunTestCollectionsAsyncd__14_ (<anonymous>:wasm-function[71259]:0x1297475)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner_RunTestCollectionsAsync_Xunit_Sdk_IMessageBus_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69414]:0x1238061)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobj (<anonymous>:wasm-function[56311]:0x10149f9)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a302)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1__RunAsyncd__41_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69214]:0x1231b64)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST_ (<anonymous>:wasm-function[71743]:0x12aa601)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST_ (<anonymous>:wasm-function[71211]:0x1295da0)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1_TTestCase_REF_RunAsync (<anonymous>:wasm-function[69205]:0x12312e2)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestFrameworkExecutor__RunTestCasesd__8_MoveNext (<anonymous>:wasm-function[69809]:0x124cfdc)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Xunit_Sdk_XunitTestFrameworkExecutor__RunTestCasesd__8_Xunit_Sdk_XunitTestFrameworkExecutor__RunTestCasesd__8_ (<anonymous>:wasm-function[71322]:0x129adfe)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestFrameworkExecutor_RunTestCases_System_Collections_Generic_IEnumerable_1_Xunit_Sdk_IXunitTestCase_Xunit_Abstractions_IMessageSink_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[69807]:0x124ceef)
    at xunit_execution_dotnet_Xunit_Sdk_TestFrameworkExecutor_1_TTestCase_REF_RunTests_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_IMessageSink_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[69678]:0x12448ef)
    at xunit_runner_utility_netcoreapp10_Xunit_Xunit2_RunTests_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_IMessageSink_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[72364]:0x12c57cf)
    at xunit_runner_utility_netcoreapp10_TestFrameworkExtensions_RunTests_Xunit_Abstractions_ITestFrameworkExecutor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_IMessageSinkWithTypes_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[72101]:0x12bc62a)
    at corlib_aot_wrapper_gsharedvt_out_sig_void_objobjobjobj (<anonymous>:wasm-function[57376]:0x102809f)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a302)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner__Rund__6_MoveNext (<anonymous>:wasm-function[433]:0x5f245)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner__Rund__6_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner__Rund__6_ (<anonymous>:wasm-function[638]:0x6b9cd)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner_Run_System_Collections_Generic_IEnumerable_1_Microsoft_DotNet_XHarness_TestRunners_Common_TestAssemblyInfo (<anonymous>:wasm-function[414]:0x5d9b7)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_obj (<anonymous>:wasm-function[55792]:0x100b7bb)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2e5)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__38_MoveNext (<anonymous>:wasm-function[129]:0x521b2)
    at Microsoft_DotNet_XHarness_TestRunners_Common_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__38_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__38_ (<anonymous>:wasm-function[304]:0x58d4c)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint_InternalRunAsync_Microsoft_DotNet_XHarness_TestRunners_Common_LogWriter (<anonymous>:wasm-function[122]:0x51ee7)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_obj (<anonymous>:wasm-function[55792]:0x100b7bb)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2e5)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__39_MoveNext (<anonymous>:wasm-function[133]:0x52272)
    at Microsoft_DotNet_XHarness_TestRunners_Common_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__39_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__39_ (<anonymous>:wasm-function[306]:0x5908e)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint_InternalRunAsync_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationOptions_System_IO_TextWriter_System_IO_TextWriter (<anonymous>:wasm-function[123]:0x52034)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobjobj (<anonymous>:wasm-function[56467]:0x1017d20)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a324)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase__RunAsyncd__4_MoveNext (<anonymous>:wasm-function[232]:0x54314)
    at Microsoft_DotNet_XHarness_TestRunners_Common_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase__RunAsyncd__4_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase__RunAsyncd__4_ (<anonymous>:wasm-function[354]:0x5a74e)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase_RunAsync (<anonymous>:wasm-function[227]:0x541f5)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint__Rund__28_MoveNext (<anonymous>:wasm-function[458]:0x60d26)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint__Rund__28_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint__Rund__28_ (<anonymous>:wasm-function[740]:0x6e38f)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint_Run (<anonymous>:wasm-function[456]:0x60a91)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at WasmTestRunner_SimpleWasmTestRunner__Maind__0_MoveNext (<anonymous>:wasm-function[67417]:0x11d0a9d)
    at WasmTestRunner_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_SimpleWasmTestRunner__Maind__0_SimpleWasmTestRunner__Maind__0_ (<anonymous>:wasm-function[67478]:0x11d42e0)
    at WasmTestRunner_SimpleWasmTestRunner_Main_string__ (<anonymous>:wasm-function[67414]:0x11d0921)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_obj (<anonymous>:wasm-function[55718]:0x100a70e)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_runtime_invoke (<anonymous>:wasm-function[76159]:0x138a4ce)
    at mono_jit_runtime_invoke (<anonymous>:wasm-function[92454]:0x156bcd1)
    at do_runtime_invoke (<anonymous>:wasm-function[81080]:0x142a420)
    at mono_runtime_try_invoke (<anonymous>:wasm-function[81091]:0x142ab32)
    at mono_runtime_invoke (<anonymous>:wasm-function[81170]:0x142cd7a)
    at mono_wasm_invoke_method (<anonymous>:wasm-function[94445]:0x15ac789)
    at Module._mono_wasm_invoke_method (./dotnet.js:7153:117)
    at Object.t.<computed> (./dotnet.js:3:4100)
    at _call_method_with_converted_args (./dotnet.js:3:48191)
    at call_method (./dotnet.js:3:47309)
    at ./dotnet.js:3:49132
    at mono_call_assembly_entry_point (./dotnet.js:3:49260)
    at Object.mono_run_main (./dotnet.js:3:57765)
    at Object.init (test-main.js:214:43)
    at Object.onDotnetReady (test-main.js:153:17)
    at finalize_startup (./dotnet.js:3:62585)
    at mono_wasm_after_runtime_initialized (./dotnet.js:3:59479)
    at callRuntimeCallbacks (./dotnet.js:1534:11)
    at postRun (./dotnet.js:1236:3)
    at doRun (./dotnet.js:8060:5)
    at run (./dotnet.js:8073:5)
    at runCaller (./dotnet.js:8027:19)
    at removeRunDependency (./dotnet.js:1305:7)
    at receiveInstance (./dotnet.js:1446:5)
    at receiveInstantiationResult (./dotnet.js:1457:5)
Process v8 exited with 1

cc @vargaz

@radical radical added arch-wasm WebAssembly architecture area-GC-mono labels Feb 12, 2022
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Feb 12, 2022
@ghost
Copy link

ghost commented Feb 12, 2022

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

Issue Details

I found this while trying to run these tests multiple times on #65178

Log

Discovering: System.Collections.Immutable.Tests.dll (method display = ClassAndMethod, method display options = None)
Discovered:  System.Collections.Immutable.Tests.dll (found 958 of 962 test cases)
Starting:    System.Collections.Immutable.Tests.dll
{}
RuntimeError: memory access out of bounds
    at __memcpy (<anonymous>:wasm-function[94388]:0x15abb01)
    at copy_object_no_checks.1 (<anonymous>:wasm-function[83807]:0x14719b2)
    at simple_nursery_serial_copy_object (<anonymous>:wasm-function[83806]:0x1471945)
    at single_arg_user_copy_or_mark (<anonymous>:wasm-function[83384]:0x1462def)
    at sgen_mark_normal_gc_handles (<anonymous>:wasm-function[83390]:0x14630d9)
    at precisely_scan_objects_from (<anonymous>:wasm-function[83383]:0x1462dd9)
    at scan_from_registered_roots (<anonymous>:wasm-function[83381]:0x1462bf4)
    at job_scan_from_registered_roots (<anonymous>:wasm-function[83372]:0x1462a43)
    at sgen_workers_enqueue_job (<anonymous>:wasm-function[83821]:0x1471bda)
    at sgen_workers_enqueue_deferred_job (<anonymous>:wasm-function[83822]:0x1471bed)
    at enqueue_scan_from_roots_jobs (<anonymous>:wasm-function[83363]:0x1461f6c)
    at collect_nursery (<anonymous>:wasm-function[83297]:0x145f9bf)
    at sgen_perform_collection_inner (<anonymous>:wasm-function[83294]:0x145f5cc)
    at sgen_perform_collection (<anonymous>:wasm-function[83292]:0x145f50b)
    at sgen_ensure_free_space (<anonymous>:wasm-function[83291]:0x145f49b)
    at sgen_alloc_obj_nolock (<anonymous>:wasm-function[83158]:0x145cfea)
    at mono_gc_alloc_vector (<anonymous>:wasm-function[82537]:0x144e18a)
    at aot_wrapper_icall_mono_gc_alloc_vector (<anonymous>:wasm-function[55508]:0x1003ba4)
    at aot_wrapper_alloc_1_AllocVector_obj_iiii (<anonymous>:wasm-function[40457]:0xd3f4e1)
    at corlib_System_Collections_Generic_List_1_T_REF_set_Capacity_int (<anonymous>:wasm-function[51909]:0xf4925a)
    at corlib_System_Collections_Generic_List_1_T_REF_Grow_int (<anonymous>:wasm-function[51921]:0xf49736)
    at corlib_System_Collections_Generic_List_1_T_REF_AddWithResize_T_REF (<anonymous>:wasm-function[45089]:0xdfd5cf)
    at corlib_System_Collections_Generic_List_1_T_REF_Add_T_REF (<anonymous>:wasm-function[51908]:0xf49096)
    at corlib_System_Collections_Generic_List_1_T_REF__ctor_System_Collections_Generic_IEnumerable_1_T_REF (<anonymous>:wasm-function[42005]:0xd89b5d)
    at System_Linq_System_Linq_Enumerable_ToList_TSource_REF_System_Collections_Generic_IEnumerable_1_TSource_REF (<anonymous>:wasm-function[24394]:0x85c6e9)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyMessage__ctor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_ITestAssembly (<anonymous>:wasm-function[70059]:0x125ba09)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionMessage__ctor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_ITestCollection (<anonymous>:wasm-function[70069]:0x125befe)
    at xunit_execution_dotnet_Xunit_Sdk_TestClassMessage__ctor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_ITestClass (<anonymous>:wasm-function[70068]:0x125be45)
    at corlib_aot_wrapper_gsharedvt_out_sig_void_this_objobj (<anonymous>:wasm-function[56152]:0x1010e29)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2e5)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestClassRunner_1__RunAsyncd__37_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69266]:0x123395f)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__2 (<anonymous>:wasm-function[71747]:0x12abc99)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__2 (<anonymous>:wasm-function[71226]:0x1296476)
    at xunit_execution_dotnet_Xunit_Sdk_TestClassRunner_1_TTestCase_REF_RunAsync (<anonymous>:wasm-function[69257]:0x1232d8d)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestCollectionRunner_RunTestClassAsync_Xunit_Abstractions_ITestClass_Xunit_Abstractions_IReflectionTypeInfo_System_Collections_Generic_IEnumerable_1_Xunit_Sdk_IXunitTestCase (<anonymous>:wasm-function[69500]:0x123cbea)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobjobj (<anonymous>:wasm-function[56467]:0x1017d20)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a324)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1__RunTestClassesAsyncd__28_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69298]:0x123466e)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__5 (<anonymous>:wasm-function[71750]:0x12ac87f)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__5 (<anonymous>:wasm-function[71237]:0x1296bd7)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1_TTestCase_REF_RunTestClassesAsync (<anonymous>:wasm-function[69290]:0x1234320)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1__RunAsyncd__27_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69294]:0x1234598)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__4 (<anonymous>:wasm-function[71749]:0x12ac480)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__4 (<anonymous>:wasm-function[71235]:0x1296b3a)
    at xunit_execution_dotnet_Xunit_Sdk_TestCollectionRunner_1_TTestCase_REF_RunAsync (<anonymous>:wasm-function[69289]:0x123418c)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner_RunTestCollectionAsync_Xunit_Sdk_IMessageBus_Xunit_Abstractions_ITestCollection_System_Collections_Generic_IEnumerable_1_Xunit_Sdk_IXunitTestCase_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69415]:0x123819f)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobjobjobj (<anonymous>:wasm-function[56470]:0x1017eae)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a34b)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1__RunTestCollectionsAsyncd__42_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69218]:0x1231c3a)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST__0 (<anonymous>:wasm-function[71744]:0x12aaa35)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST__0 (<anonymous>:wasm-function[71213]:0x1295e3d)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1_TTestCase_REF_RunTestCollectionsAsync_Xunit_Sdk_IMessageBus_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69206]:0x12314c2)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner__n__0_Xunit_Sdk_IMessageBus_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69417]:0x12382cd)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobj (<anonymous>:wasm-function[56311]:0x10149f9)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a302)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner__RunTestCollectionsAsyncd__14_MoveNext (<anonymous>:wasm-function[69429]:0x1238758)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Xunit_Sdk_XunitTestAssemblyRunner__RunTestCollectionsAsyncd__14_Xunit_Sdk_XunitTestAssemblyRunner__RunTestCollectionsAsyncd__14_ (<anonymous>:wasm-function[71259]:0x1297475)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestAssemblyRunner_RunTestCollectionsAsync_Xunit_Sdk_IMessageBus_System_Threading_CancellationTokenSource (<anonymous>:wasm-function[69414]:0x1238061)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobj (<anonymous>:wasm-function[56311]:0x10149f9)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a302)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1__RunAsyncd__41_TTestCase_REF_MoveNext (<anonymous>:wasm-function[69214]:0x1231b64)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_INST_TStateMachine_INST_ (<anonymous>:wasm-function[71743]:0x12aa601)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1_TResult_REF_Start_TStateMachine_INST_TStateMachine_INST_ (<anonymous>:wasm-function[71211]:0x1295da0)
    at xunit_execution_dotnet_Xunit_Sdk_TestAssemblyRunner_1_TTestCase_REF_RunAsync (<anonymous>:wasm-function[69205]:0x12312e2)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestFrameworkExecutor__RunTestCasesd__8_MoveNext (<anonymous>:wasm-function[69809]:0x124cfdc)
    at xunit_execution_dotnet_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Xunit_Sdk_XunitTestFrameworkExecutor__RunTestCasesd__8_Xunit_Sdk_XunitTestFrameworkExecutor__RunTestCasesd__8_ (<anonymous>:wasm-function[71322]:0x129adfe)
    at xunit_execution_dotnet_Xunit_Sdk_XunitTestFrameworkExecutor_RunTestCases_System_Collections_Generic_IEnumerable_1_Xunit_Sdk_IXunitTestCase_Xunit_Abstractions_IMessageSink_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[69807]:0x124ceef)
    at xunit_execution_dotnet_Xunit_Sdk_TestFrameworkExecutor_1_TTestCase_REF_RunTests_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_IMessageSink_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[69678]:0x12448ef)
    at xunit_runner_utility_netcoreapp10_Xunit_Xunit2_RunTests_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_Abstractions_IMessageSink_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[72364]:0x12c57cf)
    at xunit_runner_utility_netcoreapp10_TestFrameworkExtensions_RunTests_Xunit_Abstractions_ITestFrameworkExecutor_System_Collections_Generic_IEnumerable_1_Xunit_Abstractions_ITestCase_Xunit_IMessageSinkWithTypes_Xunit_Abstractions_ITestFrameworkExecutionOptions (<anonymous>:wasm-function[72101]:0x12bc62a)
    at corlib_aot_wrapper_gsharedvt_out_sig_void_objobjobjobj (<anonymous>:wasm-function[57376]:0x102809f)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a302)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner__Rund__6_MoveNext (<anonymous>:wasm-function[433]:0x5f245)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner__Rund__6_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner__Rund__6_ (<anonymous>:wasm-function[638]:0x6b9cd)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_ThreadlessXunitTestRunner_Run_System_Collections_Generic_IEnumerable_1_Microsoft_DotNet_XHarness_TestRunners_Common_TestAssemblyInfo (<anonymous>:wasm-function[414]:0x5d9b7)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_obj (<anonymous>:wasm-function[55792]:0x100b7bb)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2e5)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__38_MoveNext (<anonymous>:wasm-function[129]:0x521b2)
    at Microsoft_DotNet_XHarness_TestRunners_Common_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__38_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__38_ (<anonymous>:wasm-function[304]:0x58d4c)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint_InternalRunAsync_Microsoft_DotNet_XHarness_TestRunners_Common_LogWriter (<anonymous>:wasm-function[122]:0x51ee7)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_obj (<anonymous>:wasm-function[55792]:0x100b7bb)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2e5)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__39_MoveNext (<anonymous>:wasm-function[133]:0x52272)
    at Microsoft_DotNet_XHarness_TestRunners_Common_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__39_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint__InternalRunAsyncd__39_ (<anonymous>:wasm-function[306]:0x5908e)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationEntryPoint_InternalRunAsync_Microsoft_DotNet_XHarness_TestRunners_Common_ApplicationOptions_System_IO_TextWriter_System_IO_TextWriter (<anonymous>:wasm-function[123]:0x52034)
    at corlib_aot_wrapper_gsharedvt_out_sig_obj_this_objobjobj (<anonymous>:wasm-function[56467]:0x1017d20)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a324)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase__RunAsyncd__4_MoveNext (<anonymous>:wasm-function[232]:0x54314)
    at Microsoft_DotNet_XHarness_TestRunners_Common_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase__RunAsyncd__4_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase__RunAsyncd__4_ (<anonymous>:wasm-function[354]:0x5a74e)
    at Microsoft_DotNet_XHarness_TestRunners_Common_Microsoft_DotNet_XHarness_TestRunners_Common_WasmApplicationEntryPointBase_RunAsync (<anonymous>:wasm-function[227]:0x541f5)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b82b)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint__Rund__28_MoveNext (<anonymous>:wasm-function[458]:0x60d26)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint__Rund__28_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint__Rund__28_ (<anonymous>:wasm-function[740]:0x6e38f)
    at Microsoft_DotNet_XHarness_TestRunners_Xunit_Microsoft_DotNet_XHarness_TestRunners_Xunit_WasmApplicationEntryPoint_Run (<anonymous>:wasm-function[456]:0x60a91)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_this_ (<anonymous>:wasm-function[55720]:0x100a7b4)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_entry (<anonymous>:wasm-function[76212]:0x139851e)
    at interp_entry_instance_0 (<anonymous>:wasm-function[76297]:0x139a759)
    at corlib_aot_wrapper_gsharedvt_in_sig_void_this_ (<anonymous>:wasm-function[56089]:0x100fe37)
    at WasmTestRunner_SimpleWasmTestRunner__Maind__0_MoveNext (<anonymous>:wasm-function[67417]:0x11d0a9d)
    at WasmTestRunner_System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_SimpleWasmTestRunner__Maind__0_SimpleWasmTestRunner__Maind__0_ (<anonymous>:wasm-function[67478]:0x11d42e0)
    at WasmTestRunner_SimpleWasmTestRunner_Main_string__ (<anonymous>:wasm-function[67414]:0x11d0921)
    at corlib_aot_wrapper_gsharedvt_out_sig_pinvoke_obj_obj (<anonymous>:wasm-function[55718]:0x100a70e)
    at jit_call_cb (<anonymous>:wasm-function[76284]:0x139a2cd)
    at invoke_vi (./dotnet.js:7915:29)
    at mono_llvm_cpp_catch_exception (<anonymous>:wasm-function[93546]:0x158ceac)
    at do_jit_call (<anonymous>:wasm-function[76231]:0x13990d3)
    at interp_exec_method (<anonymous>:wasm-function[76160]:0x138b97a)
    at interp_runtime_invoke (<anonymous>:wasm-function[76159]:0x138a4ce)
    at mono_jit_runtime_invoke (<anonymous>:wasm-function[92454]:0x156bcd1)
    at do_runtime_invoke (<anonymous>:wasm-function[81080]:0x142a420)
    at mono_runtime_try_invoke (<anonymous>:wasm-function[81091]:0x142ab32)
    at mono_runtime_invoke (<anonymous>:wasm-function[81170]:0x142cd7a)
    at mono_wasm_invoke_method (<anonymous>:wasm-function[94445]:0x15ac789)
    at Module._mono_wasm_invoke_method (./dotnet.js:7153:117)
    at Object.t.<computed> (./dotnet.js:3:4100)
    at _call_method_with_converted_args (./dotnet.js:3:48191)
    at call_method (./dotnet.js:3:47309)
    at ./dotnet.js:3:49132
    at mono_call_assembly_entry_point (./dotnet.js:3:49260)
    at Object.mono_run_main (./dotnet.js:3:57765)
    at Object.init (test-main.js:214:43)
    at Object.onDotnetReady (test-main.js:153:17)
    at finalize_startup (./dotnet.js:3:62585)
    at mono_wasm_after_runtime_initialized (./dotnet.js:3:59479)
    at callRuntimeCallbacks (./dotnet.js:1534:11)
    at postRun (./dotnet.js:1236:3)
    at doRun (./dotnet.js:8060:5)
    at run (./dotnet.js:8073:5)
    at runCaller (./dotnet.js:8027:19)
    at removeRunDependency (./dotnet.js:1305:7)
    at receiveInstance (./dotnet.js:1446:5)
    at receiveInstantiationResult (./dotnet.js:1457:5)
Process v8 exited with 1

cc @vargaz

Author: radical
Assignees: -
Labels:

arch-wasm, area-GC-mono

Milestone: -

@radical
Copy link
Member Author

radical commented Feb 18, 2022

This started with the 2.0.34 bump, which has been rolled back now.

@radical radical closed this as completed Feb 18, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-GC-mono
Projects
None yet
Development

No branches or pull requests

3 participants