Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Last modified 9 years ago

#2200 assigned defect

ClearState of IStatefulItems is not always executed — at Version 1

Reported by: mkommend Owned by: architects
Priority: high Milestone: HeuristicLab 4.0
Component: Optimization Version: 3.3.9
Keywords: Cc:

Description (last modified by abeham)

If 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.

Change History (1)

comment:1 Changed 10 years ago by abeham

  • Description modified (diff)
Note: See TracTickets for help on using tickets.