https://issues.apache.org/bugzilla/show_bug.cgi?id=23942
--- Comment #41 from Matt Benson <[EMAIL PROTECTED]> 2008-06-30 15:33:54 PST --- I applied this most recent patch locally when it was first added, but there was still a memory leak; i.e. when I run 'ant test' with the patches applied, I get OOMEs. If, however, I comment out the local property scope of targets only, these are avoided. Also, I can run trivial exercises of the local properties with no problems. This leads me to believe that the remaining problems are probably related to scope cloning in new projects, since that would be the main place one would kick off more and more target instances during a test run IIUC. I post this for informational purposes in case anyone else has time to look into this as well. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
