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

RSRP-296822: The execution context must be guarded from reentrancy in order to execute this action.

$
0
0
Reporter Nikola Malovic (malovicn) Nikola Malovic (malovicn)
Created Apr 22, 2012 8:01:59 PM
Updated Apr 25, 2012 2:37:57 PM
Resolved Apr 25, 2012 2:37:56 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Duplicate
Assignee Alexey Kuptsov (alexey.kuptsov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.20.111, Built=2012-04-20T23:00:50, Configuration=“Csharp PublicMode Vbnet VS1100”
The execution context must be guarded from reentrancy in order to execute this action.

--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The execution context must be guarded from reentrancy in order to execute this action.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.IsExecuting = False
Data.CurrentActionName = <null>
Data.CanExecuteNow = True
Data.IsEmpty = True
HResult = COR_E_INVALIDOPERATION=80131509
Source = JetBrains.Platform.ReSharper.Util
StackTraceString = “
  at JetBrains.Threading.ReentrancyGuard.AssertGuarded() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 233
     at JetBrains.Application.AssertShellLocksAreGuarded.<>c__DisplayClass8.<.ctor>b__0() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Shell\ShellBase.cs:line 98
     at JetBrains.Application.ShellLocks.FireBeforeAcquiringReadLock() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\ShellLocks.cs:line 647


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “The execution context must be guarded from reentrancy in order to execute this action.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50323.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.Application.ShellLocks.FireBeforeAcquiringReadLock() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\ShellLocks.cs:line 651
     at JetBrains.Application.ShellLocks.AcquireReadLock() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\ShellLocks.cs:line 314
     at JetBrains.Application.ShellLocks.UsingReadLock() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Shell\src\Threading\ShellLocks.cs:line 748
     at JetBrains.ReSharper.Intentions.Bulbs.PopupIndicator.Present(Graphics g, IPopupBulbAction quickFix) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\PopupIndicator.cs:line 89
     at JetBrains.ReSharper.Intentions.Bulbs.PopupIndicator..ctor(Lifetime caretPositionLifetime, BulbContext context, IPopupBulbAction popupAction, IMainWindow mainWindow, IActivityTracking activityTracking, Int32 psiTimestamp) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\PopupIndicator.cs:line 76
     at JetBrains.ReSharper.Intentions.Bulbs.IndicatorsManager.ShowIndicator() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\IndicatorsManager.cs:line 48
     at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524
     at JetBrains.DataFlow.SimpleSignal.Fire() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SimpleSignal.cs:line 66
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicatorBase.OnPopupWindowClosed(Object sender, EventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicatorBase.cs:line 124
     at JetBrains.UI.PopupWindowManager.PopupFormController.FireClosed() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 286
     at JetBrains.UI.PopupWindowManager.PopupFormController.OnFormClosed(Object sender, EventArgs e) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 442
     at System.Windows.Forms.Form.OnClosed(EventArgs e)
     at System.Windows.Forms.Form.WmClose(Message& m)
     at System.Windows.Forms.Form.WndProc(Message& m)
     at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicatorBase.WndProc(Message& m) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicatorBase.cs:line 225
     at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
     at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
     at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
     at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
     at System.Windows.Forms.Control.SendMessage(Int32 msg, Int32 wparam, Int32 lparam)
     at System.Windows.Forms.Form.Close()
     at JetBrains.UI.PopupWindowManager.PopupFormController.HideWindow() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 563
     at JetBrains.UI.PopupWindowManager.PopupFormController.HideWindowOnDeactivation() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 393
     at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829
     at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 694
     at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
     at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(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.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 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
     at System.Windows.Threading.DispatcherOperation.InvokeImpl()
     at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(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.Windows.Threading.DispatcherOperation.Invoke()
     at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
     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 Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
     at Microsoft.Internal.VisualStudio.PlatformUI.Utilities.Invoke(IVsUIDataSource dataSource, String verbName, Object parameter)
     at Microsoft.VisualStudio.Editor.Implementation.Find.FindManagerDataSource.Invoke(String command)
     at Microsoft.VisualStudio.Editor.Implementation.Find.FindManagerDataSource.ReplaceAll()
     at Microsoft.VisualStudio.Editor.Implementation.Find.FindUI.OnAccessKey(AccessKeyEventArgs e)
     at System.Windows.Input.AccessKeyManager.ProcessKey(List`1 targets, String key, Boolean existsElsewhere, Boolean userInitiated)
     at System.Windows.Input.AccessKeyManager.ProcessKey(Object scope, String key, Boolean isMultiple)
     at Microsoft.VisualStudio.PlatformUI.CommandModeHelper.ProcessAccessKey(String key, List`1 scopes)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.ProcessForAccessKeyHandling(MSG[] lpmsg)

Viewing all articles
Browse latest Browse all 106942

Trending Articles