Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

sd5 b02 - System.OutOfMemoryException

$
0
0

Action:

 I used sd5 b02 4184 and debugged the source code from sd5 b02 4184 (to leran how it works). Started over and over again and debugged. (3-4 hours)

  There seems to be a leak in the debugger od SD, because a out of memory exception occured.

Exception:

SharpDevelop Version : 5.0.0.4184-Beta 2-62e91ac3
.NET Version : 4.0.30319.18449
OS Version : Microsoft Windows NT 6.2.9200.0
Current culture : German (Germany) (de-DE)
Running under WOW6432, processor architecture: x86-64
Working Set Memory : 1456724kb
GC Heap Memory : 1270581kb

Exception thrown:
System.OutOfMemoryException: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst.
bei System.Collections.Generic.List`1.set_Capacity(Int32 value)
bei System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
bei System.Collections.Generic.List`1.Add(T item)
bei Debugger.Interop.TrackedComObjects.Track(Object obj)
bei Debugger.Interop.TrackedComObjects.ProcessOutParameter(Object parameter)
bei Debugger.Interop.TrackedComObjects.ProcessOutParameter(Object parameter)
bei Debugger.Module.get_SymDocuments()
bei Debugger.PdbSymbolSource.<GetSequencePoints>d__21.MoveNext()
bei Debugger.Breakpoint.SetBreakpoint(Module module)
bei Debugger.Module.OnSymbolsUpdated()
bei Debugger.Module.LoadSymbolsFromDisk(IEnumerable`1 symbolsSearchPaths)
bei Debugger.Module..ctor(AppDomain appDomain, ICorDebugModule corModule)
bei Debugger.ManagedCallback.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)
bei Debugger.ManagedCallbackSwitch.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)
bei Debugger.ManagedCallbackProxy.<>c__DisplayClass1c.<LoadModule>b__1b()
bei Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()
bei Debugger.MTA2STA.PerformCall()
bei Debugger.MTA2STA.PerformAllCalls()
bei System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
bei System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
bei System.Windows.Forms.Control.InvokeMarshaledCallbacks()

---- Recent log messages:
22:24:20.276 [29] DEBUG - Received command BuildDone
22:24:20.276 [29] INFO - Finished building WpfDesign.AddIn, success=True
22:24:20.371 [3] DEBUG - Received command ReportEvent
22:24:20.372 [3] DEBUG - Received command ReportEvent
22:24:20.372 [3] DEBUG - Received command ReportEvent
22:24:20.373 [1] DEBUG - CompilerMessageView: Combined 2 appends.
22:24:20.412 [3] DEBUG - Received command ReportEvent
22:24:20.412 [3] DEBUG - Received command ReportEvent
22:24:20.412 [3] DEBUG - Received command BuildDone
22:24:20.413 [3] INFO - Finished building XamlBinding, success=True
22:24:20.413 [3] INFO - Start building
22:24:20.413 [25] INFO - Finished building , success=True
22:24:20.413 [1] INFO - Debugger Command: Start (withDebugger=True)
22:24:20.414 [1] INFO - Saving layout file: C:\Users\A\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml
22:24:20.418 [1] INFO - Loading layout file: C:\Users\A\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml, hideAllLostPads=False
22:24:20.628 [1] DEBUG - Creating text for search result (294, 49)
22:24:20.722 [1] DEBUG - ChooseLayoutCommand.LayoutChanged(object,EventArgs)
22:24:20.722 [1] DEBUG - ChooseLayoutCommand.Run()
22:24:20.723 [1] INFO - Saving layout file: C:\Users\A\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml
22:24:20.915 [1] DEBUG - Creating text for search result (288, 45)
22:24:20.917 [1] DEBUG - Creating text for search result (286, 59)
22:24:20.930 [1] DEBUG - Creating text for search result (256, 69)
22:24:20.932 [1] DEBUG - Creating text for search result (255, 57)
22:24:22.103 [1] DEBUG - Resolved (Line 120, Col 4) to
22:24:28.993 [1] ERROR - ThreadException caught
--> Exception:
System.OutOfMemoryException: Eine Ausnahme vom Typ "System.OutOfMemoryException" wurde ausgelöst.
bei System.Collections.Generic.List`1.set_Capacity(Int32 value)
bei System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
bei System.Collections.Generic.List`1.Add(T item)
bei Debugger.Interop.TrackedComObjects.Track(Object obj)
bei Debugger.Interop.TrackedComObjects.ProcessOutParameter(Object parameter)
bei Debugger.Interop.TrackedComObjects.ProcessOutParameter(Object parameter)
bei Debugger.Module.get_SymDocuments()
bei Debugger.PdbSymbolSource.<GetSequencePoints>d__21.MoveNext()
bei Debugger.Breakpoint.SetBreakpoint(Module module)
bei Debugger.Module.OnSymbolsUpdated()
bei Debugger.Module.LoadSymbolsFromDisk(IEnumerable`1 symbolsSearchPaths)
bei Debugger.Module..ctor(AppDomain appDomain, ICorDebugModule corModule)
bei Debugger.ManagedCallback.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)
bei Debugger.ManagedCallbackSwitch.LoadModule(ICorDebugAppDomain pAppDomain, ICorDebugModule pModule)
bei Debugger.ManagedCallbackProxy.<>c__DisplayClass1c.<LoadModule>b__1b()
bei Debugger.MTA2STA.<>c__DisplayClass4.<EnqueueCall>b__1()
bei Debugger.MTA2STA.PerformCall()
bei Debugger.MTA2STA.PerformAllCalls()
bei System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
bei System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bei System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
bei System.Windows.Forms.Control.InvokeMarshaledCallbacks()

---- Post-error application state information:
Installed 3rd party AddIns: [ThemeTool 0.0.0.0]
ProjectService.CurrentSolution: [Solution C:\Downloads\SharpDevelop\SharpDevelop_5.0.0.4184_Source\SharpDevelop.sln with 76 projects]
ProjectService.CurrentProject: [CSharpProject: CSharpBinding]
Workbench.ActiveContent: [AvalonEditViewContent C:\Downloads\SharpDevelop\SharpDevelop_5.0.0.4184_Source\src\AddIns\BackendBindings\CSharpBinding\Project\Src\CSharpOutlineNode.cs]

 

 

 

 

 


Viewing all articles
Browse latest Browse all 1764

Trending Articles