Message11434

Author stefan.richthofer
Recipients stefan.richthofer, tobias, zyasoft
Date 2017-06-11.16:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497198261.54.0.631542762471.issue2597@psf.upfronthosting.co.za>
In-reply-to
Content
I tested this using the attached program mem_test.java.
Note that in this form it requires a minimally modified Jython-build. For simplicity of testing this I changed PySystemState.sysClosers to be public.
Indeed it turns out that PySystemState.sysClosers.size() is constantly growing, about 40 per 500 iterations. After 20000 iterations I have 1541 sysClosers.
So, even if this might not be much notable in memory load, I'd call it some kind of leak. As next step I will check if the proposed solution cures this...
History
Date User Action Args
2017-06-11 16:24:21stefan.richthofersetmessageid: <1497198261.54.0.631542762471.issue2597@psf.upfronthosting.co.za>
2017-06-11 16:24:21stefan.richthofersetrecipients: + stefan.richthofer, zyasoft, tobias
2017-06-11 16:24:21stefan.richthoferlinkissue2597 messages
2017-06-11 16:24:20stefan.richthofercreate