Skip to content

[wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

Description

@radical

This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

 Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
Assert.Contains() Failure
Not found: args[0] = x
In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
[Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
[Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
[Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
[Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
[Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    , 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
     blocks
    (function() {
    function addCopyButtons() {
    document.querySelectorAll('pre code').forEach(function(codeBlock) {
    if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
    codeBlock.parentElement.setAttribute('data-copy-added', 'true');
    var btn = document.createElement('button');
    btn.textContent = 'Copy';
    btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
    btn.onmouseover = function() { this.style.opacity = '1'; };
    btn.onmouseout = function() { this.style.opacity = '0.7'; };
    btn.onclick = function() {
    navigator.clipboard.writeText(codeBlock.textContent).then(function() {
    btn.textContent = 'Copied!';
    setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
    });
    };
    codeBlock.parentElement.style.position = 'relative';
    codeBlock.parentElement.appendChild(btn);
    });
    }
    addCopyButtons();
    // Re-run on dynamic content
    var observer = new MutationObserver(addCopyButtons);
    observer.observe(document.body, { childList: true, subtree: true });
    })();
    }
    } catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
    })();
    (function(){
    try {
    var __m = "github.com";
    var __re = new RegExp('^' + "github\\.com" + '
    [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
    Skip to content

    [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

    Description

    @radical

    This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

     Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
    Assert.Contains() Failure
    Not found: args[0] = x
    In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
    [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
    [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
    [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
    [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
    [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
    

    Metadata

    Metadata

    Assignees

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

      , 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
      Skip to content

      [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

      Description

      @radical

      This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

       Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
      Assert.Contains() Failure
      Not found: args[0] = x
      In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
      [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
      [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
      [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
      [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
      [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
      

      Metadata

      Metadata

      Assignees

      Labels

      Type

      No type

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions

        , 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
        Skip to content

        [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

        Description

        @radical

        This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

         Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
        Assert.Contains() Failure
        Not found: args[0] = x
        In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
        [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
        [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
        [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
        [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
        [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
        

        Metadata

        Metadata

        Assignees

        Labels

        Type

        No type

        Projects

        No projects

          Milestone

          No milestone

          Relationships

          None yet

          Development

          No branches or pull requests

          Issue actions

          , 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
          Skip to content

          [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

          Description

          @radical

          This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

           Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
          Assert.Contains() Failure
          Not found: args[0] = x
          In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
          [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
          [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
          [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
          [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
          [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
          

          Metadata

          Metadata

          Assignees

          Labels

          Type

          No type

          Projects

          No projects

            Milestone

            No milestone

            Relationships

            None yet

            Development

            No branches or pull requests

            Issue actions

            , 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
            Skip to content

            [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

            Description

            @radical

            This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

             Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
            Assert.Contains() Failure
            Not found: args[0] = x
            In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
            [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
            [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
            [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
            [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
            [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
            

            Metadata

            Metadata

            Assignees

            Labels

            Type

            No type

            Projects

            No projects

              Milestone

              No milestone

              Relationships

              None yet

              Development

              No branches or pull requests

              Issue actions

              , 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
              Skip to content

              [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

              Description

              @radical

              This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

               Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
              Assert.Contains() Failure
              Not found: args[0] = x
              In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
              [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
              [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
              [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
              [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
              [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
              

              Metadata

              Metadata

              Assignees

              Labels

              Type

              No type

              Projects

              No projects

                Milestone

                No milestone

                Relationships

                None yet

                Development

                No branches or pull requests

                Issue actions

                , 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); [wasm] nodejs on windows doesn't flush `stdout/stderr` streams on exit - with the `consolewasm` template · Issue #70675 · dotnet/runtime · GitHub
                Skip to content

                [wasm] nodejs on windows doesn't flush stdout/stderr streams on exit - with the consolewasm template #70675

                Description

                @radical

                This happens in Debug, And Release, though now always in both. It is being hit on PRs, and rolling builds. Log:

                 Wasm.Build.Tests.WasmTemplateTests.ConsolePublishAndRun(config: "Debug", aot: True) [FAIL]
                Assert.Contains() Failure
                Not found: args[0] = x
                In value: [Debug_0ptsa3o0.ug5] WasmAppHost --runtime-config C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle\/Debug_0ptsa3o0.ug5.runtimeconfig.json --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
                [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Running: C:\helix\work\correlation\build\emsdk-node/14.18.2_64bit/bin\node.exe main.cjs --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
                [Debug_0ptsa3o0.ug5] [21:10:13] dbug: host[0] Using working directory: C:\helix\work\workitem\e\Debug_0ptsa3o0.ug5\bin\Debug\net7.0\browser-wasm\AppBundle
                [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Incoming arguments: --setenv=MONO_LOG_MASK=aot --setenv=MONO_LOG_LEVEL=debug x y z
                [Debug_0ptsa3o0.ug5] [21:10:13] info: host[0] Application arguments: x y z
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.CoreLib'.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.CoreLib wants to load image 0: System.Private.CoreLib
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.CoreLib' found.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_threads_state_poll () [0x2a62 - 0x2a63 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mini_llvmonly_init_vtable_slot (intptr,int) [0x6d - 0x6e 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_helper_ldstr_mscorlib (int) [0x246 - 0x247 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_method_rgctx (intptr,int) [0x2a11 - 0x2a12 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper managed-to-native) object:__icall_wrapper_mono_fill_class_rgctx (intptr,int) [0x1d6 - 0x1d7 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xb68 - 0xb69 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.NullReferenceException:.ctor (string) [0xa8b - 0xa8c 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.StackOverflowException:.ctor (string) [0xe4e - 0xe4f 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.AppContext:Setup (char**,char**,int) [0x63b - 0x63c 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,object&,int&,intptr) [0x2b34 - 0x2b35 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0x20d8 - 0x20d9 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.HashHelpers:.cctor () [0x2066 - 0x2067 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (intptr) [0x2b36 - 0x2b37 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer:.cctor () [0x2182 - 0x2183 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalIgnoreCaseComparer:.cctor () [0xe65 - 0xe66 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.OrdinalCaseSensitiveComparer:.cctor () [0xe5f - 0xe60 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:.cctor () [0x607 - 0x608 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:.cctor () [0x608 - 0x609 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.Missing:.cctor () [0x1bca - 0x1bcb 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array/EmptyArray`1:.cctor () [0x326 - 0x327 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type:FilterAttributeImpl (System.Reflection.MemberInfo,object) [0x605 - 0x606 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper delegate-invoke) <Module>:invoke_bool_MemberInfo_object (System.Reflection.MemberInfo,object) [0x2a8b - 0x2a8c 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_0 (System.Reflection.MemberInfo,object) [0x60a - 0x60b 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Type/<>c:<.cctor>b__287_1 (System.Reflection.MemberInfo,object) [0x60b - 0x60c 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0x4d7 - 0x4d8 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:.cctor () [0x4db - 0x4dc 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0x4be - 0x4bf 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_class_small_idepth (intptr,object) [0x29d5 - 0x29d6 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0x1b7f - 0x1b80 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object) [0x29d3 - 0x29d4 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.MethodBase:GetParametersNoCopy () [0x1a40 - 0x1a41 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:GetParametersInternal () [0x1afc - 0x1afd 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Array:Resize<T> (T[]&,int) [0x314 - 0x315 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Reflection.RuntimeConstructorInfo:get_Attributes () [0x1b00 - 0x1b01 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0x212d - 0x212e 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.Dictionary`2:Add (TKey,TValue) [0x20f9 - 0x20fa 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.ThrowHelper:ThrowAddingDuplicateWithKeyArgumentException<T> (T) [0xe81 - 0xe82 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Collections.Generic.NonRandomizedStringEqualityComparer/OrdinalComparer:GetHashCode (string) [0x2185 - 0x2186 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Runtime.InteropServices.JavaScript'.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 0: System.Private.Runtime.InteropServices.JavaScript
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 1: System.Private.CoreLib
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Runtime.InteropServices.JavaScript wants to load image 2: System.Private.Uri
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Private.Uri'.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 0: System.Private.Uri
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Private.Uri wants to load image 1: System.Private.CoreLib
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Uri' found.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Private.Runtime.InteropServices.JavaScript' found.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Could not find symbols file dotnet.js.symbols. Ignoring.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] Initializing.....
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'Debug_0ptsa3o0.ug5'.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 1: Debug_0ptsa3o0.ug5
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 0: System.Private.CoreLib
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module Debug_0ptsa3o0.ug5 wants to load image 2: System.Console
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Console'.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 0: System.Console
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Console wants to load image 1: System.Private.CoreLib
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Console' found.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'Debug_0ptsa3o0.ug5' found.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] Found statically linked AOT module 'System.Runtime'.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 1: System.Runtime
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: module System.Runtime wants to load image 0: System.Private.CoreLib
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: image 'System.Runtime' found.
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method Program:<Main>$ (string[]) [0x5 - 0x6 0x1348]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method (wrapper other) object:gsharedvt_out_sig (object&,intptr) [0x2b0a - 0x2b0b 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Console:WriteLine (string) [0x85 - 0x86 0x41e0]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:ToStringAndClear () [0x1e0 - 0x1e1 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted (string) [0x1df - 0x1e0 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendLiteral (string) [0x1de - 0x1df 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:AppendFormatted<T_INT> (T_INT) [0x21c4 - 0x21c5 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Runtime.CompilerServices.DefaultInterpolatedStringHandler:.ctor (int,int) [0x1dd - 0x1de 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.ArrayPool`1<T_CHAR>:.cctor () [0x2391 - 0x2392 0x54188]
                [Debug_0ptsa3o0.ug5] [21:10:22] info: host[0] [MONO] AOT: FOUND method System.Buffers.TlsOverPerCoreLockedStacksArrayPool`1<T_CHAR>:.ctor () [0x2398 - 0x2399 0x54188]
                

                Metadata

                Metadata

                Assignees

                Labels

                Type

                No type

                Projects

                No projects

                  Milestone

                  No milestone

                  Relationships

                  None yet

                  Development

                  No branches or pull requests

                  Issue actions