jumaris / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Massive Memory Leak problems. #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Processing 840 words in 91 Lines using several arrays in 3 seconds.
2. Processing 80,000 words in 6500 Lines using several arrays.
3.

What is the expected output? What do you see instead?
Memory leak prevents code exit/application closure when program execution has 
finished. Operating system processor is running at 100% for up to 30 minutes 
after code execution which prevents Delphi IDE use. Process Explorer exposes 
the problem as being a massive memory leak!!!

What version of the product are you using? On what operating system?
10.0.638 Windows XP service pack 2, Delphi 7.2
Please provide any additional information below.
I have not noticed this problem with previous versions of CnWizards! When 
CnWizards is uninstalled the problem still continues until Delphi 7 is 
reinstalled. 

When a fresh install of Delphi 7 runs there are no problems. When the latest 
CnWizards is installed, the problems start and continue until CnWizards is 
removed and Delphi 7 is reinstalled. 

At first I thought it was the Delphi IDE that was causing the problems, so I 
did a fresh install of Delphi and I used the latest FastMM to see if that would 
correct any problems.  No problems occurred until CnWizards was installed and 
my code executed.

Conclusion:
CnWizards modifies something in the Delphi IDE which causes a permanent memory 
leak problem. My code and application and IDE run perfectly without any 
problems when CnWizards is not installed!!!

Original issue reported on code.google.com by dand...@googlemail.com on 19 Mar 2013 at 7:51