[IronPython] IronPython with CherryPy through WSGI Memory issue

Jeff Hardy jdhardy at gmail.com
Sat Apr 3 00:29:00 CEST 2010


On Fri, Apr 2, 2010 at 2:52 PM, Dino Viehland <dinov at microsoft.com> wrote:
> Is this 2.6 or 2.6.1RC?  I wonder if this could be the finalizer thread.
> !do on the thread object should give you the managed thread ID which can be
> associated with the values in !threads.

This is 2.6.0. It looks like its one of the server's worker threads
(I'm just using the built-in VS webserver), at least from a random
sample of objects.

Are the fixes in 2.6.1 RC1?

>
> Anyway this is definitely the exception leak - which is now fixed for 2.7.  If
> This is happening on the finalizer thread then maybe there's somewhere else we
> need to clear this data for pre-2.7.

I hate to ask the ETA for 2.7 is - fall, probably?

- Jeff



More information about the Ironpython-users mailing list