icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 771 forks source link

unhandled issue when review local variables #849

Open oktopuzSlid opened 4 years ago

oktopuzSlid commented 4 years ago

SharpDevelop Version : 4.4.1.9729-7196a277 .NET Version : 4.0.30319.42000 OS Version : Microsoft Windows NT 6.2.9200.0 Current culture : English (United States) (en-US) Running under WOW6432, processor architecture: x86-64 Working Set Memory : 234996kb GC Heap Memory : 137132kb

Exception thrown: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at Debugger.AddIn.TreeModel.Utils.d1a.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at ICSharpCode.TreeView.SharpTreeNodeCollection.InsertRange(Int32 index, IEnumerable`1 nodes) at Debugger.AddIn.Pads.Controls.TreeNodeWrapper.b0() at Debugger.AddIn.TreeModel.Utils.<>cDisplayClass2a.b29()

---- Recent log messages: 22:16:55.830 [1] DEBUG - Debugger: Evaluated: izq in 0 ms total 22:16:55.871 [1] DEBUG - Debugger: Evaluated: izq in 3 ms total 22:17:05.566 [1] DEBUG - Debugger: Evaluated: @this in 0 ms total 22:17:05.566 [1] DEBUG - Debugger: Evaluated: (InterseccionCurvas.Poligono)@this in 0 ms total 22:17:05.567 [1] DEBUG - Debugger: Using backing field for List1 InterseccionCurvas.Poligono.get_Caras() 22:17:05.568 [1] DEBUG - Debugger: Evaluated: ((InterseccionCurvas.Poligono)@this).Caras in 2 ms total 22:17:05.569 [1] DEBUG - Debugger: Callback: EvalComplete 22:17:05.574 [1] DEBUG - Debugger: Evaluated: (InterseccionCurvas.Poligono)@this in 0 ms total 22:17:05.574 [1] DEBUG - Debugger: Using backing field for List1 InterseccionCurvas.Poligono.get_MA() 22:17:05.574 [1] DEBUG - Debugger: Evaluated: ((InterseccionCurvas.Poligono)@this).MA in 0 ms total 22:17:05.587 [1] DEBUG - Debugger: Callback: EvalComplete 22:17:05.603 [1] DEBUG - Debugger: Evaluated: (InterseccionCurvas.Poligono)@this in 0 ms total 22:17:05.607 [1] DEBUG - Debugger: Using backing field for Nodo InterseccionCurvas.Poligono.get_Raiz() 22:17:05.648 [1] DEBUG - Debugger: Evaluated: ((InterseccionCurvas.Poligono)@this).Raiz in 44 ms total 22:17:05.651 [1] DEBUG - Debugger: Evaluated: (InterseccionCurvas.Poligono)@this in 0 ms total 22:17:05.655 [1] DEBUG - Debugger: Using backing field for List1 InterseccionCurvas.Poligono.get_Vert() 22:17:05.681 [1] DEBUG - Debugger: Evaluated: ((InterseccionCurvas.Poligono)@this).Vert in 29 ms total 22:17:05.713 [1] DEBUG - Debugger: Callback: EvalComplete 22:17:07.519 [1] DEBUG - Debugger: Using backing field for List1 InterseccionCurvas.Poligono.get_MA() 22:17:07.520 [1] DEBUG - Debugger: Evaluated: ((InterseccionCurvas.Poligono)@this).MA in 0 ms total 22:17:07.520 [1] DEBUG - Debugger: Resolving System.Collections.IList 22:17:07.520 [1] DEBUG - Debugger: Evaluated: (System.Collections.IList)((InterseccionCurvas.Poligono)@this).MA in 0 ms total 22:17:07.521 [1] DEBUG - Debugger: Callback: EvalComplete 22:17:15.692 [1] ERROR - --> Exception: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at Debugger.AddIn.TreeModel.Utils.d1a.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at ICSharpCode.TreeView.SharpTreeNodeCollection.InsertRange(Int32 index, IEnumerable`1 nodes) at Debugger.AddIn.Pads.Controls.TreeNodeWrapper.b0() at Debugger.AddIn.TreeModel.Utils.<>cDisplayClass2a.b29() 22:17:16.351 [1] WARN - Stack trace of last exception log: at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at ICSharpCode.Core.MessageService.ShowException(Exception ex, String message) at Debugger.AddIn.TreeModel.Utils.<>cDisplayClass2a.b29() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, 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 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext 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 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) 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 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at ICSharpCode.SharpDevelop.Commands.WorkbenchStartup.Run(IList`1 fileList) at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object settings) at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbench(WorkbenchSettings settings) at ICSharpCode.SharpDevelop.Sda.SharpDevelopHost.RunWorkbench(WorkbenchSettings settings) at ICSharpCode.SharpDevelop.SharpDevelopMain.RunApplication() at ICSharpCode.SharpDevelop.SharpDevelopMain.Run() at ICSharpCode.SharpDevelop.SharpDevelopMain.Main(String[] args)

---- Post-error application state information: Installed 3rd party AddIns: Workbench.ActiveContent: [AvalonEditViewContent C:\Users\OKTOPUZ-SLID\Desktop\6to telesemestre\geometria computacional\InterseccionCurvas\Poligono.cs] ProjectService.OpenSolution: [Solution: FileName=C:\Users\OKTOPUZ-SLID\Desktop\6to telesemestre\geometria computacional\InterseccionCurvas.sln, HasProjects=True, ReadOnly=False] ProjectService.CurrentProject: [CSharpProject: InterseccionCurvas]