[fpc-devel] Internal Compiler Error 2006122804
Helmut Hartl
helmut.hartl at firmos.at
Fri Oct 12 00:03:54 CEST 2007
When compiling my sources with the latest 2.2.1 fixes branch compiler
i get the following error:
imp_uci.pas(671,28) Fatal: Internal error 2006122804
in:
----
procedure TFOSInput.CleanEnvironment;
var v:variant;
begin
Environment.StartEnum;
while Environment.Next(v) do
begin
v:=Unassigned;
end;
end;
-----
Where "Environment" is some containerclasss of me.
The nearly identical code used in other units gives no errors.
This problem also did not occur with the 2.04 compiler from which
i am trying to update to 2.2.1 ...
What does this error mean ? - Any ideas what causes this error ?
thanks,
helmut
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20071012/3e8e4b96/attachment.html>
More information about the fpc-devel
mailing list