I had just selected a block of time I think dragging from some point in the middle all the way to the beginning. Then it crashed.
SharpDevelop Version : 4.3.3.9663-463ee024
.NET Version : 4.0.30319.18408
OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture : English (United States) (en-US)
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 382164kb
GC Heap Memory : 156329kb
Unhandled exception
Exception thrown:
System.ArgumentOutOfRangeException: Value must be between 12 and 81
Parameter name: endIndex
Actual value was 0.
at ICSharpCode.Profiler.Controller.Data.ProfilingDataSQLiteProvider.GetFunctions(Int32 startIndex, Int32 endIndex)
at ICSharpCode.Profiler.Controller.Queries.QueryBase.get_Functions()
at Query.Execute()
at ICSharpCode.Profiler.Controller.Queries.QueryCompiler.ExecuteQuery(ProfilingDataProvider provider, Int32 startIndex, Int32 endIndex)
at ICSharpCode.Profiler.Controls.QueryView.LoadWorker(ProfilingDataProvider provider, QueryCompiler compiler, Int32 rangeStart, Int32 rangeEnd)
at ICSharpCode.Profiler.Controls.QueryView.<>c__DisplayClass16.<LoadData>b__13()
at ICSharpCode.Profiler.Controls.SingleTask.<>c__DisplayClass5`1.<Execute>b__3()
at ICSharpCode.Profiler.Controls.Task.Run(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
---- Recent log messages:
09:38:09.097 [1] DEBUG - NavigationService -- suspend logging
09:38:09.097 [1] INFO - Open file C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs
09:38:09.106 [1] DEBUG - ActiveContentChanged to [AvalonEditViewContent C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs]
09:38:09.106 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: MainViewModel.cs]
09:38:09.107 [1] DEBUG - NavigationService
ActiveViewContent: MainViewModel.cs
Subview: ${res:FormsDesigner.DesignTabPages.SourceTabPage}
09:38:09.107 [1] DEBUG - ActiveViewContentChanged to [AvalonEditViewContent C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs]
09:38:09.109 [1] DEBUG - NavigationService -- resume logging
09:38:09.111 [1] INFO - FileService
Jumped to File Position: [C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs : 475x9]
09:38:18.055 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Editor.Commands.FindReferences', activation=Shortcut
09:38:18.853 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Editor.Search.SearchResultsPad
09:38:18.858 [1] DEBUG - Creating text for search result (456, 17)
09:38:18.861 [1] DEBUG - Creating text for search result (475, 21)
09:38:21.026 [1] DEBUG - Creating text for search result (456, 17)
09:38:21.203 [1] INFO - FileService
Jumping to File Position: [C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs : 456x17]
09:38:21.203 [1] DEBUG - NavigationService -- suspend logging
09:38:21.203 [1] INFO - Open file C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs
09:38:21.203 [1] DEBUG - ActiveContentChanged to [AvalonEditViewContent C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs]
09:38:21.203 [1] DEBUG - NavigationService -- resume logging
09:38:21.218 [1] INFO - FileService
Jumped to File Position: [C:\develop\AMP\AmpNet\AmpNetMVVM\ViewModel\MainViewModel.cs : 456x17]
09:38:37.034 [1] DEBUG - ActiveContentChanged to ICSharpCode.Profiler.AddIn.Views.WpfViewer
09:38:37.034 [1] DEBUG - ActiveWorkbenchWindowChanged to [AvalonWorkbenchWindow: Session20131205_091244.sdps]
09:38:37.034 [1] DEBUG - NavigationService
ActiveViewContent: Session20131205_091244.sdps
Subview: Session20131205_091244.sdps
09:38:37.034 [1] DEBUG - ActiveViewContentChanged to ICSharpCode.Profiler.AddIn.Views.WpfViewer
09:38:45.258 [32] FATAL - UnhandledException caught
--> Exception:
System.ArgumentOutOfRangeException: Value must be between 12 and 81
Parameter name: endIndex
Actual value was 0.
at ICSharpCode.Profiler.Controller.Data.ProfilingDataSQLiteProvider.GetFunctions(Int32 startIndex, Int32 endIndex)
at ICSharpCode.Profiler.Controller.Queries.QueryBase.get_Functions()
at Query.Execute()
at ICSharpCode.Profiler.Controller.Queries.QueryCompiler.ExecuteQuery(ProfilingDataProvider provider, Int32 startIndex, Int32 endIndex)
at ICSharpCode.Profiler.Controls.QueryView.LoadWorker(ProfilingDataProvider provider, QueryCompiler compiler, Int32 rangeStart, Int32 rangeEnd)
at ICSharpCode.Profiler.Controls.QueryView.<>c__DisplayClass16.<LoadData>b__13()
at ICSharpCode.Profiler.Controls.SingleTask.<>c__DisplayClass5`1.<Execute>b__3()
at ICSharpCode.Profiler.Controls.Task.Run(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
09:38:45.657 [32] FATAL - Runtime is terminating because of unhandled exception.
---- Post-error application state information:
Installed 3rd party AddIns:
Workbench.ActiveContent: --> Exception thrown by the state getter:
System.InvalidOperationException: This operation can be called on the main thread only.
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.AssertMainThread()
at ICSharpCode.SharpDevelop.Gui.WpfWorkbench.get_ActiveContent()
at ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.<InitializeWorkbench>b__0()
at ICSharpCode.Core.ApplicationStateInfoService.GetCurrentApplicationStateInfo()
ProjectService.OpenSolution: [Solution: FileName=C:\develop\AMP\AmpNet\AmpNetMVVM\AmpNetMVVM.sln, HasProjects=True, ReadOnly=False]
ProjectService.CurrentProject: [CSharpProject: AmpNetMVVM]