Message10795
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. |
|
Date |
User |
Action |
Args |
2016-02-27 22:38:16 | zyasoft | set | messageid: <1456612696.04.0.256708508025.issue2420@psf.upfronthosting.co.za> |
2016-02-27 22:38:16 | zyasoft | set | recipients:
+ zyasoft, jeff.allen, darjus, stefan.richthofer |
2016-02-27 22:38:15 | zyasoft | link | issue2420 messages |
2016-02-27 22:38:14 | zyasoft | create | |
|