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

RSRP-197717: This property is locked. It can only be changed by the owner of the token.

$
0
0
Reporter Slava Trenogin (derigel) Slava Trenogin (derigel)
Created Nov 13, 2010 9:11:50 PM
Updated Apr 6, 2012 2:51:03 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Serge Baltic (baltic)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
6.0 EAP Version=6.0.2037.45, Built=2010-11-12T00:50:28, Configuration=“Csharp InternalMode Vbnet VS1000”
This property is locked. It can only be changed by the owner of the token.

--- EXCEPTION #1/3 [ReadOnlyException]
Message = “This property is locked. It can only be changed by the owner of the token.”
ExceptionPath = Root.InnerException.InnerException
ClassName = JetBrains.Util.DataStructures.ReadOnlyException
Data.PropertyID = ITextControl::TextControlInWindowFrame
Data.AttemptedValue = StandaloneTextControl(CodeStylePreview.Ruqiqan)
Data.CurrentValue = StandaloneTextControl(CodeStylePreview.Vetufir)
Data.LockingToken = “Readonly{Property locked by an active SetValue()-with-lifetime call.}”
HResult = DataReadOnly=80131927
Source = JetBrains.Platform.ReSharper.Util
StackTraceString = “
  at JetBrains.DataFlow.Property`1.ThrowReadonlyFail(BeforePropertyChangedEventArgs`1 args, Object tokenExpected) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 230
     at JetBrains.DataFlow.PropertyValidator.<>c__DisplayClass13`1.<CreateReadonlyValidator>b__11(BeforePropertyChangedEventArgs`1 args) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\PropertyValidator.cs:line 154
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 375
     at JetBrains.DataFlow.Signal`1.<.ctor>b__0(Signal`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 525
at Signal(BeforePropertyChangedEventArgs`1::TextControlInWindowFrame).Fire[0](Action`3 , Signal`1 , 0 , Object )
     at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Signal!1.cs:line 484
     at JetBrains.DataFlow.Property`1.FireBeforeChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 252
     at JetBrains.DataFlow.Property`1.<.ctor>b__0(Property`1 this, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 508
at Property(ITextControl::TextControlInWindowFrame).SetValue[0](Func`4 , Property`1 , 0 , Object )
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Property!1.cs:line 500
     at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass34`1.<SetValue>b__32() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 365
     at JetBrains.DataFlow.Disposable.NonFinalizableDisposable.Open(Action opening) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\TryFinally.cs:line 403


--- Outer —

--- EXCEPTION #2/3 [FinallyException]
Message = “This property is locked. It can only be changed by the owner of the token.”
ExceptionPath = Root.InnerException
ClassName = JetBrains.DataFlow.Disposable+FinallyException
Data.CreationStackTrace = “-=[ Stack trace logging disabled. ]=-”
Data.ObjectId = UnnamedNonFinalizable
InnerException = “Exception #1 at Root.InnerException.InnerException”
HResult = COR_E_APPLICATION=80131600

--- Outer —

--- EXCEPTION #3/3 [LoggerException]
Message = “This property is locked. It can only be changed by the owner of the token.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = js
Data.VsVersion = 10.0.30319.1
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.DataFlow.Disposable.NonFinalizableDisposable.Open(Action opening) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\TryFinally.cs:line 409
     at JetBrains.DataFlow.Disposable.NonFinalizableDisposable..ctor(String id, Action opening, Action closing, Boolean bTrapExceptions) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\TryFinally.cs:line 357
     at JetBrains.DataFlow.IPropertyEx.SetValue[TValue](IProperty`1 property, Lifetime lifetime, TValue value, Object cookie) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 365
     at JetBrains.TextControl.TextControlWindowBase.InitExposeTextControlOnWindowFrame() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\TextControl\src\impl\TextControlWindowBase.cs:line 129
     at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Logger\Logger.cs:line 245
     at JetBrains.TextControl.TextControlWindowBase..ctor(ITextControl textcontrol, WindowFrame frame, IThreading invocator) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\TextControl\src\impl\TextControlWindowBase.cs:line 90
     at JetBrains.TextControl.Impl.TextControlImpl..ctor(IDocument document, IEditorGraphicsProvider graphicsProvider, TextControlScheme scheme, ISyntaxHighlighting syntaxHighlighting, WindowFrame frame, IShellLocks invocator) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\TextControl\src\impl\TextControlImpl.cs:line 54
     at JetBrains.TextControl.TextControlManagerTextControls.CreateTextControl[TTextControl](CreateTextControlParams`1 param) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\TextControl\src\impl\TextControlManagerTextControls.cs:line 143
     at JetBrains.VsIntegration.DevTen.TextControl.VsTextControlManagerDevTenTextControls.CreateTextControl[TTextControl](CreateTextControlParams`1 param) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\VsIntegration.DevTen\Src\TextControl\VsTextControlManagerDevTenTextControls.cs:line 312
     at JetBrains.TextControl.TextControlManager.CreateTextControl[TTextControl](CreateTextControlParams`1 param) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\TextControl\src\impl\TextControlManager.cs:line 209
     at JetBrains.ReSharper.OptionPages.CodeStyle.Impl.CodeStylePreview.CreateTextControl(Control parentPanel, WindowFrame frame) in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\Impl\CodeStylePreview.cs:line 157
     at JetBrains.ReSharper.OptionPages.CodeStyle.Impl.CodeStylePreview..ctor(WindowFrame frame) in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\Impl\CodeStylePreview.cs:line 36
     at JetBrains.ReSharper.Features.Environment.Options.CodeStyle.JavaScript.Pages.JavaScriptCodeStylePageWithPreview.JavaScriptCodeStylePreview..ctor(Func`1 solutionProvider, WindowFrame frame) in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\JavaScript\Pages\JavaScriptCodeStylePageWithPreview.cs:line 48
     at JetBrains.ReSharper.Features.Environment.Options.CodeStyle.JavaScript.Pages.JavaScriptCodeStylePageWithPreview.CreateCodeStylePreview() in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\JavaScript\Pages\JavaScriptCodeStylePageWithPreview.cs:line 33
     at JetBrains.ReSharper.OptionPages.CodeStyle.Impl.CodeStylePageWithPreview`1.<InitPreviewBox>b__1() in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\Impl\CodeStylePageWithPreview.cs:line 244
at Action(InitPreviewBox).Execute(Action )
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 256
     at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 296
     at JetBrains.ReSharper.OptionPages.CodeStyle.Impl.CodeStylePageWithPreview`1.InitPreviewBox() in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\Impl\CodeStylePageWithPreview.cs:line 260
     at JetBrains.ReSharper.OptionPages.CodeStyle.Impl.CodeStylePageWithPreview`1..ctor(IOptionsDialog optionsDialog) in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\Impl\CodeStylePageWithPreview.cs:line 53
     at JetBrains.ReSharper.Features.Environment.Options.CodeStyle.JavaScript.Pages.BlankLinesPage..ctor(IOptionsDialog optionsDialog) in c:\BuildAgent\work\89b0fc7b1b46b165\src\Features\Environment\src\Options\CodeStyle\JavaScript\Pages\BlankLinesPage.cs:line 19
     at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct& signature, RuntimeType declaringType)
     at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
     at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
     at JetBrains.UI.Options.OptionsPageDescriptor.CreateView(IOptionsDialog owner) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\Options\OptionsPageDescriptor.cs:line 138
     at JetBrains.UI.Options.OptionPageViewStore.GetPageView(OptionsPageDescriptor descriptor) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\Options\OptionPageViewStore.cs:line 63
     at JetBrains.UI.Options.OptionsDialog.OnTreeViewSelectionChanged_GetPageToSelect() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\Options\OptionsDialog.cs:line 840
     at JetBrains.UI.Options.OptionsDialog.OnTreeViewSelectionChanged(Object sender, EventArgs e) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\Options\OptionsDialog.cs:line 822
     at DevExpress.XtraTreeList.TreeList.RaiseFocusedNodeChanged(TreeListNode oldNode, TreeListNode newNode)
     at JetBrains.UI.TreeView.TreeModelView.RaiseFocusedNodeChanged(TreeListNode oldNode, TreeListNode newNode) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 810
     at DevExpress.XtraTreeList.TreeList.InternalSetFocusedRowIndex(Int32 newFocusedRowIndex)
     at DevExpress.XtraTreeList.TreeList.set_FocusedRowIndex(Int32 value)
     at DevExpress.XtraTreeList.Handler.TreeListHandler.NodePressedState.ChangeSelection(RowInfo pressRowInfo)
     at DevExpress.XtraTreeList.Handler.TreeListHandler.NodePressedState.Init()
     at DevExpress.XtraTreeList.Handler.TreeListHandler.SetControlState(TreeListState state)
     at DevExpress.XtraTreeList.Handler.TreeListHandler.NormalState.OnPressNode()
     at DevExpress.XtraTreeList.Handler.TreeListHandler.NormalState.MouseDown(MouseEventArgs e, TreeListHitTest ht)
     at DevExpress.XtraTreeList.Handler.TreeListHandler.OnMouseDown(MouseEventArgs e)
     at DevExpress.XtraTreeList.TreeList.OnMouseDown(MouseEventArgs e)
     at JetBrains.UI.TreeView.TreeModelView.OnMouseDown(MouseEventArgs e) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 2079
     at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
     at System.Windows.Forms.Control.WndProc(Message& m)
     at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
     at JetBrains.UI.TreeView.TreeModelView.WndProc(Message& m) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\TreeView\DevExpress\TreeModelView.cs:line 1579
     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.DispatchMessageW(MSG& msg)
     at System.Windows.Forms.Application.ThreadContext.LocalModalMessageLoop(Form form)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
     at System.Windows.Forms.Application.RunDialog(Form form)
     at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
     at JetBrains.UI.Options.OptionsManager.ShowOptions() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\Options\OptionsManager.cs:line 234
     at JetBrains.UI.Options.ShowOptionsAction.<Execute>b__0() in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\UI\src\Options\ShowOptionsAction.cs:line 14
at Action(ShowOptions).Execute(Action )
     at JetBrains.Threading.JetDispatcher.Closure.Execute(Object dummy) in c:\BuildAgent\work\89b0fc7b1b46b165\Platform\src\Util\src\Concurrency\JetDispatcher.cs:line 653
     at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
     at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
     at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
     at System.Delegate.DynamicInvokeImpl(Object[] args)
     at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
     at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
     at System.Threading.ExecutionContext.runTryCode(Object userData)
     at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
     at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
     at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
     at System.Windows.Forms.Control.WndProc(Message& m)
     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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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