2012 VCL Out of Memory Error
Posted: Fri Jan 16, 2015 6:02 pm
Using Delphi 7 , TeeChart PRO v2012.05.120327, with source.
I have an issue where a chart that actually has nothing on it, eventually freaks out and hogs up memory to point of crashing (1.4gb)
Chart has two THighLowLineSeries in it. Which in my case, it should be nothing in them yet.
It seems to happen after resizing the chart a few times.
It gets stuck in a while loop it looks in TeEngine.pas
Line 5710
While tmpValue>=tmp Do
begin
....
tmpValue is always 0
tmp = -1e-12
soooo, it stis there doing the same thing over and over until it out of memory.
I have not tried to goto 2014 yet, as every time I upgrade teechart after long periods of not updating, it usually is a painful process of fixing things and testing everything all over again.
Is there a fix for this? Or going to 2014 the fix?
I have an issue where a chart that actually has nothing on it, eventually freaks out and hogs up memory to point of crashing (1.4gb)
Chart has two THighLowLineSeries in it. Which in my case, it should be nothing in them yet.
It seems to happen after resizing the chart a few times.
It gets stuck in a while loop it looks in TeEngine.pas
Line 5710
While tmpValue>=tmp Do
begin
....
tmpValue is always 0
tmp = -1e-12
soooo, it stis there doing the same thing over and over until it out of memory.
I have not tried to goto 2014 yet, as every time I upgrade teechart after long periods of not updating, it usually is a painful process of fixing things and testing everything all over again.
Is there a fix for this? Or going to 2014 the fix?