[Zope] Zope leaking memory?

Chris McDonough chrism at plope.com
Wed Sep 15 00:49:05 EDT 2004


On Wed, 2004-09-15 at 00:01, Richard Jones wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Wed, 15 Sep 2004 08:11 am, Richard Jones wrote:
> > On Tue, 14 Sep 2004 05:15 pm, Richard Jones wrote:
> > > Something I've done in the interim, which I *think* will help things, if
> > > I'm reading the various tracker issues and email threads correctly, is my
> > > standard_error_message DTML page doesn't email the REQUEST to me (and
> > > hence the SESSION) any more, as that accesses the Transience stuff during
> > > exception handling, which is apparently bad.
> >
> > Several new POSKeyErrors overnight tell me that I was barking up the wrong
> > tree here. Sigh.
> 
> I just realised that the error_log object has the REQUEST/SESSION information 
> in it, so my changes would have had no impact.

Yikes.  That's actually really bad.  I will change REQUEST's __str__ to
prevent a session data object from being created as a side effect!

- C




More information about the Zope mailing list