Leonardo Rochael Almeida wrote at 2003-8-22 18:38 -0300:
... I tried installing the LeakFinder product but discovered it didn't work before stumbling in a message in the archives that told me exactly that :-) The RefCounts view in the LeakFinder object fails with the following traceback:
Traceback (innermost last): [...] Module DocumentTemplate.DT_Util, line 201, in eval - __traceback_info__: REQUEST Module <string>, line 0, in ? Module Products.LeakFinder.LeakFinder, line 240, in manage_getSample Module Products.LeakFinder.LeakFinder, line 163, in getControlledRefcounts Module Products.LeakFinder.LeakFinder, line 188, in resetCache TypeError: function takes at most 2 arguments (3 given) ... c._cache = PickleCache(c, cache.cache_size, cache.cache_age)
"PickleCache" now has dropped the "cache_age" parameter. Try: "PickleCache(c,cache.cache_size)" Dieter