[Zope] Memory Leak Debugging

Dieter Maurer dieter at handshake.de
Tue Feb 28 13:53:25 EST 2006


Jonathan Bowlas wrote at 2006-2-28 13:20 -0000:
> ...
>I've also checked Control_Panel/DebugInfo for any refcounts with significant
>jumps and Products.Silva.Image.Image seems to be the culprit:
>                                       11.32am  11.36am
>Products.Silva.Image.Image             56203    58153          +1950
>Acquisition.ImplicitAcquirerWrapper    44825    45151          +326

Looks as it you would leak acquisition wrappers...


This can e.g. happen when you (or some extension product) store
acquisition wrappers in "REQUEST" outside of "other" or "form".
Almost surely, other causes (e.g. caching acquisition wrappers)
are possible, too.

-- 
Dieter


More information about the Zope mailing list