Changes between Initial Version and Version 1 of Ticket #1268
- Timestamp:
- 11/12/10 12:40:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1268 – Description
initial v1 3 3 I was able to trace back the problem to the Run::Initialize method using the CLR profiler and created a patch for that method. The test project contains the patched dll. 4 4 5 Please note if you enable algorithm. StoreAlgorithmInEachRun you can see the memory leak. After applying the patch, if you disable algorithm.StoreAlgorithmInEachRun the memory leak seems to disappear, or at least becomes less severe.5 Please note if you enable algorithm.!StoreAlgorithmInEachRun you can see the memory leak. After applying the patch, if you disable algorithm.!StoreAlgorithmInEachRun the memory leak seems to disappear, or at least becomes less severe. 6 6 7 7 The problem seems to be related to the recent cloning refactoring.