Bugs item #1397671, was opened at 2006-01-05 12:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1397671&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Kindl (rkindl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Memory leak

Initial Comment:
This is minimized sample that reproduces "memory leak" 
problem.

dotest.build
- sample file simulating some "real" work

Test\default.build
- using <nant> task
- leaking (using about 200MB of memory at end of 
1000th cycle)
- reproduced on WXP, W2003 with .NET 1.1 SP1
- not reproduced on WXP with .NET 1.1 SP0
- not reproduced on W2000 with .NET 1.1 SP1
- reproduced on Nant RC2, Nant RC3 and Latest build 
from 20051213

TestCall\default.build
- using <call> task is not leaking
- much faster 
- good workaround, but still it's not same 
functionality for "real life"

Conclusion:
- heavy use of <nant> task is causing memory leaks and 
is much slower (possibly due to memory consumption)
- strange is that it's not reproducible on "all 
platforms"

PS:
- I know that in .NET there are no "real" memory 
leaks - only "referenced objects"
- So there probably are some "still referenced 
objects" that eats all that memory :-)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1397671&group_id=31650


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to