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.



Attachment: trace.txt.gz
Description: GNU Zip compressed data

Reply via email to