Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2200


Ignore:
Timestamp:
06/23/14 15:23:00 (10 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2200 – Description

    initial v1  
    1 If an algorithm is paused and prepared without stopping it before the ClearState method of IStatefulItems is not executed, because the algorithm never reaches the stopped state. As a result all ThreadLocal objects of LookupParameters (cachesActualValues, executionContexts) and Operators (executionContexts) are not disposed correctly, which could result in a memory leak.
     1If an algorithm is paused and then prepared the ClearState method of IStatefulItems is not executed. The algorithm never reaches the stopped state in which ClearState is called. As a result all ThreadLocal objects of LookupParameters (cachesActualValues, executionContexts) and Operators (executionContexts) are not disposed correctly, which could result in a memory leak.