You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAIL][8] System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths(requestedMinimum: 2097152, expectedLength: 2097152)
info: System.OutOfMemoryException : Out of memory
info: at System.Buffers.ConfigurableArrayPool`1[[System.String, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Rent(Int32 minimumLength)
info: at System.Buffers.ArrayPool.Tests.ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths(Int32 requestedMinimum, Int32 expectedLength)
info: at System.Object.InvokeStub_ArrayPoolUnitTests.RentingSpecificLengthsYieldsExpectedLengths(Object , Span`1 )
info: at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
Running in parallel disabled. Discovered in #98492
It seems that GC is unable to keep up with the traffic.
I wonder if Mono on x64 has the same problem but survives this because of more available memory ?
This is active issue - search for
<WasmXHarnessMaxParallelThreads>1</WasmXHarnessMaxParallelThreads>
Running in parallel disabled. Discovered in #98492
It seems that GC is unable to keep up with the traffic.
I wonder if Mono on x64 has the same problem but survives this because of more available memory ?
Log
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=643881
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=643881
Error message validated:
[Out of memory test-browser
]Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 4/16/2024 10:19:20 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: