Reporter | Klaus Luedenscheidt (luedi) |
---|---|
Created | Apr 15, 2012 3:07:17 PM |
Updated | Apr 25, 2012 2:37:54 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
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.15.59, Built=2012-04-12T20:22:30, 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 = “
”
--- 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 = “
”
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\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 233 at JetBrains.Application.AssertShellLocksAreGuarded.<>c__DisplayClass8.<.ctor>b__0() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Shell\ShellBase.cs:line 98 at JetBrains.Application.ShellLocks.FireBeforeAcquiringReadLock() in c:\BuildAgent\work\3355b838ddaf4e5c\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\3355b838ddaf4e5c\Platform\src\Shell\src\Threading\ShellLocks.cs:line 651 at JetBrains.Application.ShellLocks.AcquireReadLock() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Threading\ShellLocks.cs:line 314 at JetBrains.Application.ShellLocks.UsingReadLock() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Threading\ShellLocks.cs:line 748 at JetBrains.ReSharper.Intentions.Bulbs.PopupIndicator.Present(Graphics g, IPopupBulbAction quickFix) in c:\BuildAgent\work\3355b838ddaf4e5c\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\3355b838ddaf4e5c\Psi.Features\src\Intentions\_Core\src\Bulbs\PopupIndicator.cs:line 76 at JetBrains.ReSharper.Intentions.Bulbs.IndicatorsManager.ShowIndicator() in c:\BuildAgent\work\3355b838ddaf4e5c\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\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.SimpleSignal.Fire() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\SimpleSignal.cs:line 66 at JetBrains.ReSharper.Intentions.Bulbs.BulbIndicatorBase.OnPopupWindowClosed(Object sender, EventArgs e) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicatorBase.cs:line 121 at JetBrains.UI.PopupWindowManager.PopupFormController.FireClosed() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 287 at JetBrains.UI.PopupWindowManager.PopupFormController.OnFormClosed(Object sender, EventArgs e) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 443 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\3355b838ddaf4e5c\Psi.Features\src\Intentions\_Core\src\Bulbs\BulbIndicatorBase.cs:line 222 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\3355b838ddaf4e5c\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 560 at JetBrains.UI.PopupWindowManager.PopupFormController.HideWindowOnDeactivation() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\PopupLayout\PopupFormController.cs:line 394 at JetBrains.Threading.JetDispatcher.Closure.Execute() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 829 at JetBrains.Threading.JetDispatcher.ProcessQueue() in c:\BuildAgent\work\3355b838ddaf4e5c\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)