Watch, Follow, &
Connect with Us
Public Report
Report From:    [ Add a report in this area ]  
Report #:  23952   Status: Closed
Memory leaks...
Project:   Build #:  10.0.2166.28377
Version:    10.0 Submitted By:   Janez Atmapuri Makovsek
Report Type:  Basic functionality failure Date Reported:  1/22/2006 9:55:36 AM
Severity:    Commonly encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   238692
Resolution: Feature Removed (Resolution Comments) Resolved in Build: : 6.0.1.6
Duplicate of:  None
Voting and Rating
Overall Rating: (2 Total Ratings)
3.00 out of 5
Total Votes: 1
Description
Delphi.NET leaks memory in steps of 2 MB during debugging.
Steps to Reproduce:
1.) Create a new Delphi.NET VCL Forms project.
2.) Add a 10.000 lines long unit to the uses clause
which circulary reference another 10.000 lines long
unit. Circular reference is maybe not a requirement.
3.) Add a simple OnButton click even to the proejct
that creates a class from one of the two large units.
4.) Compile with F9, close the app.
5.) Type space in the main unit.
6.) Compile with F9, close the app and repeat steps
4 and 5 until you run out of memory.

With these steps the IDE leaks approx 2 MB per compile.

Although this is a generic case that does not guarantee the
bug to be reproduced, a test project with propreity code
is available.


Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01