Skip to content

[browser][MT] RandomTests.Shared_ParallelUsage #91538

Closed
@ilonatommy

Description

@ilonatommy

Failing after enabling all MT library tests (#91536).

  • Shared_ParallelUsage
  [ERROR] FATAL UNHANDLED EXCEPTION: System.Threading.ThreadStartException: Thread failed to start.
    ---> System.ExecutionEngineException: mono_thread_platform_create_thread() failed
    --- End of inner exception stack trace ---
    at System.Threading.Thread.ThrowThreadStartException(Exception ex)
    at System.Threading.Thread.StartCore()
    at System.Threading.Thread.Start(Boolean captureContext, Boolean internalThread)
    at System.Threading.Thread.UnsafeStart()
    at System.Threading.WebWorkerEventLoop.StartExitable(Thread thread, Boolean captureContext)
    at System.Threading.PortableThreadPool.WorkerThread.CreateWorkerThread()
    at System.Threading.PortableThreadPool.WorkerThread.MaybeAddWorkingWorker(PortableThreadPool threadPoolInstance)
    at System.Threading.PortableThreadPool.AdjustMaxWorkersActive()
    at System.Threading.PortableThreadPool.NotifyWorkItemProgress(Object threadLocalCompletionCountObject, Int32 currentTimeMs)
    at System.Threading.PortableThreadPool.NotifyWorkItemComplete(Object threadLocalCompletionCountObject, Int32 currentTimeMs)
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    at System.Threading.PortableThreadPool.WorkerThread.WorkLoopSemaphoreSuccess(LowLevelLifoAsyncWaitSemaphore semaphore, Object stateObject)
    at System.Threading.LowLevelLifoAsyncWaitSemaphore.InternalAsyncWaitSuccess(LowLevelLifoAsyncWaitSemaphore self, WaitEntry internalWaitEntry)
    at System.Threading.LowLevelLifoAsyncWaitSemaphore.SuccessCallback(IntPtr lifoSemaphore, IntPtr userData)

Test got blocked.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions