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

RSRP-298128: Object reference not set to an instance of an object.

$
0
0
Reporter Kirill Falk (kfalk) Kirill Falk (kfalk)
Created Apr 28, 2012 3:20:56 PM
Updated Apr 28, 2012 3:21:21 PM
Priority Show-stopper
Type Exception
Fix versions 7.0 Preview
State Open
Assignee Dmitry Ivanov (daivanov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper Branch Build “default” Version=7.0.27.89, Built=2012-04-28T06:10:34, Configuration=“Csharp PublicMode Vbnet VS1100”
Object reference not set to an instance of an object.

--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = JetBrains.ReSharper.Feature.Services
StackTraceString = “
  at JetBrains.ReSharper.Feature.Services.TodoItems.TodoManager.get_AllItems() in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Services\_Core\src\TodoItems\TodoManager.cs:line 148
     at JetBrains.ReSharper.Features.Browsing.TodoItems.TodoExplorerDescriptor..ctor(IShellLocks locks, TodoManager manager, TodoExplorerGroupings groupings, CacheManager cacheManager, NavigationManager navigationManager) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Browsing\src\TodoItems\TodoExplorerDescriptor.cs:line 58
     at JetBrains.ReSharper.Features.Browsing.TodoItems.TodoExplorer.<>c__DisplayClass5.<.ctor>b__1(Lifetime lt, ToolWindowInstance twi) in c:\BuildAgent\work\1d5606e7e667bf54\Psi.Features\src\Features\Browsing\src\TodoItems\TodoExplorer.cs:line 45
     at JetBrains.UI.ToolWindowManagement.SingleInstanceToolWindowClass.<>c__DisplayClass7.<RegisterInstance>b__2(Lifetime lt, ToolWindowFrameBase frame) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ToolWindowManagement\SingleInstanceToolWindowClass.cs:line 51
     at JetBrains.UI.ToolWindowManagement.ToolWindowContent.CreateControl(Lifetime lifetime, ToolWindowFrameBase frame) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ToolWindowManagement\ToolWindowContent.cs:line 41
     at JetBrains.UI.ToolWindowManagement.ToolWindowFrameBase.EnsureControlCreated() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ToolWindowManagement\ToolWindowFrameBase.cs:line 85
     at JetBrains.UI.ToolWindowManagement.ToolWindowFrameBase.<.ctor>b__2(Lifetime lt, ToolWindowContent content) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ToolWindowManagement\ToolWindowFrameBase.cs:line 57
     at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass2b`1.<>c__DisplayClass2d.<ForEachValue>b__2a(Lifetime lifetimeValue) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 347
     at JetBrains.DataFlow.SequentialLifetimes.<>c__DisplayClass3.<Next>b__2(LifetimeDefinition definition, Lifetime lifetime) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 39
     at JetBrains.DataFlow.Lifetimes.Define(Lifetime lifetime, String id, Action`2 FAtomic, ILogger logger) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 122
     at JetBrains.DataFlow.SequentialLifetimes.DefineNext(Action`2 FNext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 48
     at JetBrains.DataFlow.SequentialLifetimes.Next(Action`1 FNext) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\SequentialLifetimes.cs:line 39
     at JetBrains.DataFlow.IPropertyEx.<>c__DisplayClass2b`1.<ForEachValue>b__29(PropertyChangedEventArgs`1 args) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Extension\IPropertyEx.cs:line 347
     at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50331.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Signal!1.cs:line 367
     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.Property`1.FireChange(TValue old, TValue new, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 280
     at JetBrains.DataFlow.Property`1.SetValue(TValue value, Object cookie) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 560
     at JetBrains.DataFlow.Property`1.set_Value(TValue value) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\DataFlow\Property!1.cs:line 656
     at JetBrains.UI.ToolWindowManagement.SingleInstanceToolWindowClass.AdjustToplevelFrameContent() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\UI\src\ToolWindowManagement\SingleInstanceToolWindowClass.cs:line 78
     at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass4.<>c__DisplayClass6.<Queue>b__3() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuardEx.cs:line 41
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266
     at JetBrains.Threading.ReentrancyGuard.<ExecutePendingActions>b__8(QueuedAction action) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 505
     at JetBrains.Threading.ReentrancyGuard.InterlockedQueue.TryDequeue(Action`1 funcVisitor) in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 977
     at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions() in c:\BuildAgent\work\1d5606e7e667bf54\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 508
     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)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



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