Message10795

Author zyasoft
Recipients darjus, jeff.allen, stefan.richthofer, zyasoft
Date 2016-02-27.22:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456612696.04.0.256708508025.issue2420@psf.upfronthosting.co.za>
In-reply-to
Content
We should add support for finding resource leaks in regrtest. We can take advantage of existing support for this: -l (findleaks), -R (huntlrleaks), which are explicitly disabled for Jython in the current version.

Two things we can do:

1. Check for growing number of open files with lsof on platforms where this is supported, after each test is run. (There may be a Windows equivalent as well). We can also look at adding support for classloader leaks.

2. Check for garbage leaks using the support for gc debugging available as of 2.7.0.

This should be very helpful stabilization for 2.7.2.
History
Date User Action Args
2016-02-27 22:38:16zyasoftsetmessageid: <1456612696.04.0.256708508025.issue2420@psf.upfronthosting.co.za>
2016-02-27 22:38:16zyasoftsetrecipients: + zyasoft, jeff.allen, darjus, stefan.richthofer
2016-02-27 22:38:15zyasoftlinkissue2420 messages
2016-02-27 22:38:14zyasoftcreate