Reporter | Sergey Coox (coox) |
---|---|
Created | Mar 1, 2012 7:13:22 PM |
Updated | Mar 1, 2012 8:29:24 PM |
Priority | Critical |
Type | Exception |
Fix versions | Next |
State | Open |
Assignee | Andrew Serebryansky (andrew.serebryansky) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 7.0 EAP Version=7.0.0.0, Built=2012-03-01T10:46:41, Configuration=“Csharp InternalMode Vbnet VS1100”
Collection was modified; enumeration operation may not execute.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “Pool Thread #0”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Collection was modified; enumeration operation may not execute.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
HResult = COR_E_INVALIDOPERATION=80131509
Source = mscorlib
StackTraceString = “
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.List`1.Enumerator.MoveNextRare() at System.Collections.Generic.List`1.Enumerator.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at JetBrains.Application.ExceptionReport.ExceptionManager.Cleanup() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\ExceptionReport\ExceptionManager.cs:line 334 at JetBrains.Application.ExceptionReport.ExceptionManager.Load() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\ExceptionReport\ExceptionManager.cs:line 201 at JetBrains.Application.ExceptionReport.ExceptionManager.<.ctor>b__1() in c:\Work\ReSharper\Main.hg\Platform\src\Shell\src\ExceptionReport\ExceptionManager.cs:line 59 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Threading\ThreadManager.cs:line 152
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Collection was modified; enumeration operation may not execute.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.ManagedThreadName = “Pool Thread #0”
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.Logger.LogException(Exception ex) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Logger\Logger.cs:line 622 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Threading\ThreadManager.cs:line 160 at JetBrains.Util.Logger.Catch(Action action) in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\Work\ReSharper\Main.hg\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 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()