Reporter | Ivan Shakhov (Ivan.Shakhov) |
---|---|
Created | Jan 21, 2012 2:24:11 AM |
Updated | Jan 21, 2012 2:24:11 AM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 6.1 Version=6.1.37.86, Built=2011-12-20T17:15:24, Configuration=“Csharp InternalMode Vbnet VS1000”
The dispatcher queue size on thread <NULL>:1 has reached the limit of 10,000 items.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The dispatcher queue size on thread <NULL>:1 has reached the limit of 10,000 items.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The dispatcher queue size on thread <NULL>:1 has reached the limit of 10,000 items.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
The dispatcher queue size on thread <NULL>:1 has reached the limit of 10,000 items.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The dispatcher queue size on thread <NULL>:1 has reached the limit of 10,000 items.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The dispatcher queue size on thread <NULL>:1 has reached the limit of 10,000 items.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Threading.JetDispatcher.BeginInvoke(String name, Action action) at JetBrains.Threading.ReentrancyGuard.BeginInvokeExecutePendingActions(Boolean isCalledFromIsExecutingFalling) at JetBrains.Threading.ReentrancyGuard.Queue(String name, Action action) at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) at JetBrains.ReSharper.UnitTestExplorer.UnitTestSessionManager.<>c__DisplayClass36.<OpenSession>b__32() at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value) at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) at JetBrains.DataFlow.Signal`1.Fire(TValue value) at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.BackgroundProjectExplorer() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.ReSharper.UnitTestFramework.UnitTestBackgroundProjectExplorer.<.ctor>b__1() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()