Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-474866: Exception when trying to launch unit tests in 2019.2 dev builds

$
0
0
Reporter Eugene Auduchinok (Eugene.Auduchinok) Eugene Auduchinok (Eugene.Auduchinok)
Created May 27, 2019, 7:32:34 PM
Updated Aug 1, 2019, 11:00:31 PM
Resolved Aug 1, 2019, 11:00:30 PM
Subsystem Unit Testing
Assignee Eugene Strizhok (Eugene.Strizhok)
Priority Critical
State Obsolete
Type Exception
Fix version 2019.2
Affected versions No Affected versions
Fixed In EAP Undefined
VsVersion All Versions
Branch No branch

JetBrains Rider 2019.2 Build RD-192.2370.418 Date 2019-05-27T05:29:28.212+0000

--- EXCEPTION #1/2 [KeyNotFoundException]
Message = “The given key was not present in the dictionary”
ExceptionPath = Root.InnerException
ClassName = System.Collections.Generic.KeyNotFoundException
Data.ThreadLocalDebugInfo = “
RdSignal<Unit>: MainProtocol.ActionsModel.execute.$.handshake.$.result
-> RdProperty<ActionExecuteSyncHandshake>: MainProtocol.ActionsModel.execute.$.handshake
-> RdProperty<ActionExecuteRequest>: MainProtocol.ActionsModel.execute
-> RdDispatcher::FlushAll

HResult = COR_E_KEYNOTFOUND=80131577
Source = JetBrains.Platform.Core
StackTraceString = “
at JetBrains.Util.DataStructures.CompactMapBase4.get_Item(TKey key) at JetBrains.ReSharper.UnitTestFramework.Caches.UnitTestElementIdToIdentityMap.GetBy(Int32 id) at System.Linq.Enumerable.<>c__DisplayClass7_03.<CombineSelectors>b__0(TSource x)
at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.JetHashSet1..ctor(IEnumerable1 enumerable, IEqualityComparer1 comparer)
at System.Linq.EnumerableExJet.ToJetHashSet[TSource](IEnumerable1 source) at JetBrains.ReSharper.UnitTestFramework.Caches.UnitTestElementCache.CachedElements.GetOrQueryElements(UnitTestElementIdToIdentityMap uteIdToIdentityMap, Lazy1 repository)
at JetBrains.ReSharper.UnitTestFramework.Caches.OneToOneLevelDbCache1.GetBy(TKey key) at JetBrains.ReSharper.UnitTestFramework.Criteria.ProjectCriterion.EvaluationOptimization.EvaluateCriterion(ProjectCriterion criterion) at JetBrains.ReSharper.UnitTestFramework.QueryProvider.QueryProvider1.Evaluator.WhereEvaluator.Visit(Expression node)
at JetBrains.ReSharper.UnitTestFramework.QueryProvider.QueryProvider1.Evaluator.WhereEvaluator.EvaluateAsReadOnlySet(Expression expr) at JetBrains.ReSharper.UnitTestFramework.QueryProvider.QueryProvider1.Evaluator.VisitMethodCall(MethodCallExpression node)
at JetBrains.ReSharper.UnitTestFramework.QueryProvider.QueryProvider1.Execute(Expression expr) at JetBrains.ReSharper.UnitTestFramework.UnitTestElementRepository.LockingQueryProvider.Execute(Expression expr) at JetBrains.ReSharper.UnitTestFramework.UnitTestElementRepository.LockingQuery1.GetEnumerator()
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source) at JetBrains.ReSharper.UnitTestFramework.UnitTestingFacadeFluentExtensions.RunClause.UsingClause.GetElementToFocusOn() at JetBrains.ReSharper.UnitTestFramework.UnitTestingFacadeFluentExtensions.RunClause.UsingClause.BuildAndRunIn(IUnitTestSession session) at JetBrains.ReSharper.UnitTestFramework.UnitTestingFacadeFluentExtensions.InToClause.CurrentOrNewSession(String name) at JetBrains.ReSharper.UnitTestFramework.Actions.UnitTestRunBaseAction.Execute(IDataContext context, DelegateExecute nextExecute) at JetBrains.Application.UI.ActionsRevised.Handlers.ExecutableActionEvaluator.Execute(IAction action, IReadOnlyCollection1 allActions, IDataContext dataContext)
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.ExecuteWithoutRequirements()
at JetBrains.ReSharper.Host.Features.Actions.ActionExecution.<>c__DisplayClass14_1.<TryExecuteWithRequirements>b__1(Unit result)
at JetBrains.Collections.Viewable.Signal`1.Fire(T value)

--- Outer ---

--- EXCEPTION #2/2 [LoggerException]
Message = “The given key was not present in the dictionary”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Collections.Viewable.Signal1.Fire(T value) at JetBrains.Rd.Impl.RdSignal1.OnWireReceived(UnsafeReader reader)
at JetBrains.Rd.Impl.MessageBroker.Execute(IRdReactive reactive, Byte[] msg)
at JetBrains.Rd.Impl.MessageBroker.<>c__DisplayClass7_0.<Invoke>b__0()
at JetBrains.Platform.RdFramework.Impl.RdDispatcher.RunWhile(Func1 condition, Boolean pumpJetDispatcher) at JetBrains.ReSharper.Host.Features.Actions.ActionExecution.<>c__DisplayClass14_0.<TryExecuteWithRequirements>b__0(Lifetime handshakeLifetime, ActionExecuteSyncHandshake handshake) at JetBrains.Collections.Viewable.ReactiveEx.<>c__DisplayClass7_01.<ViewNotNull>b__0(Lifetime lf, T v)
at JetBrains.Collections.Viewable.ViewableProperty1.Advise(Lifetime lifetime, Action1 handler)
at JetBrains.Rd.Impl.RdProperty1.Advise(Lifetime lifetime, Action1 handler)
at JetBrains.Collections.Viewable.ReactiveEx.View[T](IReadonlyProperty1 me, Lifetime lifetime, Action2 handler)
at JetBrains.Collections.Viewable.ReactiveEx.ViewNotNull[T](IReadonlyProperty1 me, Lifetime lifetime, Action2 handler)
at JetBrains.ReSharper.Host.Features.Actions.ActionExecution.TryExecuteWithRequirements(Lifetime attemptToExecuteLifetime, EvaluatedAction evaluatedAction)
at JetBrains.ReSharper.Host.Features.Actions.ActionExecution.<>c__DisplayClass13_1.<TryExecute>b__2()
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.<>c__DisplayClass21_1.<PrepareRequirementsAsync>b__0()
at JetBrains.Application.UI.ActionsRevised.Handlers.EvaluatedAction.PrepareRequirementsAsync(OuterLifetime lifetime, Func1 executeWhenRequirementsReady, Action1 failWith)
at JetBrains.ReSharper.Host.Features.Actions.ActionExecution.TryExecute()
at JetBrains.ReSharper.Host.Features.Actions.RiderActions.<.ctor>b__24_0(Lifetime actionExecuteLifetime, ActionExecuteRequest request)
at JetBrains.Collections.Viewable.ReactiveEx.<>c__DisplayClass7_01.<ViewNotNull>b__0(Lifetime lf, T v) at JetBrains.Collections.Viewable.Signal1.Fire(T value)
at JetBrains.Collections.Viewable.ViewableProperty1.set_Value(T value) at JetBrains.Rd.Impl.RdProperty1.OnWireReceived(UnsafeReader reader)
at JetBrains.Rd.Impl.MessageBroker.Execute(IRdReactive reactive, Byte[] msg)
at JetBrains.Rd.Impl.MessageBroker.<>c__DisplayClass7_0.<Invoke>b__0()
at JetBrains.Platform.RdFramework.Impl.RdDispatcher.FlushAll()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
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 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
at JetBrains.Interop.WinApi.User32Dll.DispatchMessageW(MSG* lpmsg)
at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.InternalPumpMessagesOnce()
at JetBrains.Util.Concurrency.WinJetDispatcher.WinJetDispatcherStaticMethods.JetBrains.Util.Concurrency.IJetDispatcherStaticMethods.Run()
at JetBrains.ReSharper.Host.Product.RiderMain.Main(Lifetime lifetime, IRiderSettings settings, ILogger logger, ProtocolComponent protocol, RdShellModel shellModel, ApplicationShutdownRequests shutdownRequests)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at JetBrains.Application.Environment.RunsPublicStaticIntMain.<>c__DisplayClass0_0.<.ctor>b__0()
at JetBrains.Util.Logging.Logger.Catch(Action action)
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
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 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at JetBrains.Application.Environment.IJetHostEx.<>c__DisplayClass2_0.<RunHostMessageLoop>b__0(Lifetime lifetime)
at JetBrains.Lifetimes.Lifetime.Using(Action1 action) at JetBrains.Application.Environment.IJetHostEx.RunHostMessageLoop(IComponentContainer containerEnv) at JetBrains.Application.Environment.HostParameters.JetHostParametersCaller.RunMainLoop(ComponentContainer containerEnv) at JetBrains.Application.Environment.JetEnvironment.InternalRun(JetHostParametersCaller host, ComponentContainer containerEnv) at JetBrains.Application.Environment.JetEnvironment.CreateAndRun(Full hostparams) at JetBrains.ReSharper.Host.Product.RiderBackendProgram.MainX(Assembly assembly, HostInfo hostInfo, String[] args) at JetBrains.ReSharper.Host.Product.RiderBackendProgram.<>c.<Main>b__0_0(Lifetime lifetime) at JetBrains.Lifetimes.Lifetime.Using[T](Func2 action)
at JetBrains.ReSharper.Host.Product.RiderBackendProgram.Main()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at JetBrains.Launcher.Msil.LauncherManagedCore.JetBrains.Launcher.Msil.ILauncherManagedCore.InvokeManagedMethod(String sAssemblyName, String sAssemblyFile, String sClassName, String sMethodName, Int32& phrExitCode, String& bsFailureMessageShort, String& bsFailureMessageLong)

last.action = RiderUnitTestRunContextTwAction

app.eap = true
app.internal = false
app.build = RD-192.2370.418
app.version.major = 2019
app.version.minor = 2
app.build.date = 2019-05-27T05:29:28.212+0000
app.build.date.release = 2019-04-25T00:00:28.212+0000
app.build.date.release = 2019-04-25T00:00:28.212+0000
app.compilation.timestamp = null
app.product.code = RD

os.name = Windows 10
java.version = 1.8.0-internal
java.vm.vendor = JetBrains s.r.o

UIUtil.isRetina = false
JBUI.isHiDPI() = false
ImageScaleFactor = 1


Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>