[fpc-devel]Compiler crash (lazarus/win32)
Jesus Reyes
jesusrmx at yahoo.com.mx
Fri Mar 19 09:30:31 CET 2004
Hi, the latest cvs compiler crash when compiling lastest cvs lazarus (WIN98)
PPC386 provocó una excepción 10eH en el módulo PPC386.EXE de 015f:0048c1d8.
Registros:
EAX=018df3ec CS=015f EIP=0048c1d8 EFLGS=00010206
EBX=00488a08 SS=0167 ESP=006ef924 EBP=006f3c5c
ECX=01970584 DS=0167 ESI=0173e1a0 FS=463f
EDX=0048c1c4 ES=0167 EDI=0055f3c0 GS=0000
Attached is the sniped output of: make OPT="-va"
apparently, crash in lclintf.pas when including lclicons.lrs by
...
initialization
{$I lclicons.lrs}
InternalInit;
end.
if I change {$I lclicons.lrs} to {.$I lclicons.lrs} it compiles fine this
file, however still crash some steps later when compiling
synhighlightersql.pas, but I dont include the output.
The compiler it self cycles ok, and compile packages and fcl fine.
Regards.
Jesus Reyes A.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trace.txt.gz
Type: application/x-gzip
Size: 3612 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20040319/60cf703d/attachment.bin>
More information about the fpc-devel
mailing list