Out of memory exception версия 2,3,3

artarik

Active member
Упал сегодня проект после 20 минут работы.
Ошибка:
Код:
2021-10-08 17:22:10.9071 Error Exception of type 'System.OutOfMemoryException' was thrown. 
2021-10-08 17:22:12.0161 Fatal System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.Collections.Generic.Dictionary`2.Resize(Int32 newSize, Boolean forceNewHashCodes)
   at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
   at System.RuntimeType.RuntimeTypeCache.MemberInfoCache`1.PopulateProperties(Filter filter, RuntimeType declaringType, Dictionary`2 csPropertyInfos, Boolean[] usedSlots, ListBuilder`1& list)
   at System.RuntimeType.RuntimeTypeCache.MemberInfoCache`1.PopulateProperties(Filter filter)
   at System.RuntimeType.RuntimeTypeCache.MemberInfoCache`1.GetListByName(Char* pName, Int32 cNameLen, Byte* pUtf8Name, Int32 cUtf8Name, MemberListType listType, CacheType cacheType)
   at System.RuntimeType.RuntimeTypeCache.MemberInfoCache`1.Populate(String name, MemberListType listType, CacheType cacheType)
   at System.RuntimeType.RuntimeTypeCache.MemberInfoCache`1.GetMemberList(MemberListType listType, String name, CacheType cacheType)
   at System.RuntimeType.GetPropertyCandidates(String name, BindingFlags bindingAttr, Type[] types, Boolean allowPrefixLookup)
   at System.RuntimeType.GetProperties(BindingFlags bindingAttr)
   at BR.Core.Activity.Refresh()
   at BR.Engine.Runtimer.ExecuteActivityFromStepAsync(ExecutableStep step)
   at BR.Engine.Runtimer.ExecuteStepAsync(ExecutableStep step)
   at BR.Engine.Runtimer.ExecuteScriptAsync(ObservableCollection`1 logic, AbstractStep startStep)
   at BR.Engine.Runtimer.StartAsync(Script script, CancellationToken ct, PauseToken pt, Context context)
   at BR.Engine.Runtimer.ExecuteInnerScriptAsync(ExecuteScript executionActivity)
   at BR.Engine.Runtimer.ExecuteActivityFromStepAsync(ExecutableStep step)
   at BR.Engine.Runtimer.ExecuteStepAsync(ExecutableStep step)
   at BR.Engine.Runtimer.ExecuteScriptAsync(ObservableCollection`1 logic, AbstractStep startStep)
   at BR.Engine.Runtimer.StartAsync(Script script, CancellationToken ct, PauseToken pt, Context context)
   at BR.Engine.Runtimer.ExecuteInnerScriptAsync(ExecuteScript executionActivity)
   at BR.Engine.Runtimer.ExecuteActivityFromStepAsync(ExecutableStep step)
   at BR.Engine.Runtimer.ExecuteStepAsync(ExecutableStep step)
   at BR.Engine.Runtimer.ExecuteScriptAsync(ObservableCollection`1 logic, AbstractStep startStep)
   at BR.Engine.Runtimer.StartAsync(Script script, CancellationToken ct, PauseToken pt, Context context)
   at BR.Engine.ExecutionManager.StartAsync(Script script, AbstractStep startStep, ExpressionArguments arguments, Boolean fullLog)
Упал на активности: Записать в лог с комментарием: @"Комментариев не найдено. Ссылка: " + browser.URL.ToString()
browser -
переменная создаваемая активностью Запустить браузер Selenium
OS Windows 10 Pro x64
RAM 16Gb
 
Верх