Jonas Maebe wrote lately:

>
>>Compiling ./x86/aasmcpu.pas
>>Compiling ./x86/itx86att.pas
>>Panic : Internal compiler error, exiting.
>>i386tab.inc(6,15) Fatal: Internal error 9999
>
>This is a segmentation fault (e.g. null pointer dereference). Compile with
>
>make cycle OPT="-gl -dnocatch"
>
>to get a full backtrace with line numbers.
>
>Jonas


With the recent 1.1 sources (patched for the extended problem), the simple make cycle now stopped with ppc2 compiling objpas.pp:

Compiling ../objpas/objpas.pp
objpas.pp(291,14) Fatal: Internal error 200305061

Making with make cycle OPT="-gl -dnocatch":

ppc1 gets created, but when compiling system.pp with ppc1 is seems to be stuck in an endless loop. At least it did not finish within 12 hours. As a reference for the speed under VirtualPC: pp.pas took 680 sec, i.e, 12 minutes.

Any hints?

Michael





_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to