I‘m using Delphi XE7 IDE and it quite frequently hangs, starts to consume many system resources and fails on exceptions like:
- system out of memory --> ([dcc32 Fatal Error] F2046 Out of memory)
- external exceptions
- [MSBuild Error] The "DependencyCheck" task failed unexpectedly. System.Runtime.InteropServices.COMException (0x8000FFFF): Out of memory at Borland.Build.Tasks.Common.IBDSHostObject.GetFileTime(String filename) at Borland.Build.Tasks.Shared.DependencyCheck.DoGetFileTime(String filename) at Borland.Build.Tasks.Shared.DependencyCheck.GetFileNameTime(String filename) at Borland.Build.Tasks.Shared.DependencyCheck.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)
What is the reason for third exception?
What can I do to make it stable ?
What can be done?
Showing some code you have problems with would be helpful. – waka Dec 30 ‘14 at 7:30