On Mon, 16 Jul 2012, Seth Grover wrote:
I should have fixed both problems you found. Please test, rev 21922.
Michael.
It did fix those problems, but there's still a problem in the release
given the following unit with a finalization section:
===========================================
unit testlib;
interface
implementation
finalization
if Assigned(hello) then begin
end;
end.
===========================================
Fixed. Revision 21929.
The problems you're experiencing are because the parser didn't free
huge amounts of objects, creating massive memory leaks. I already
fixed several issues as I test the various parts. So now from
time to time, a problem pops up when something is freed twice.
Michael.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal