November 04, 2006
dmd 172 crashes with this error when i compile my project

make[2]: Entering directory `/home/johan/doc/Projects/sige/sige/lib/sige'
dmd -c  -g -fPIC -unittest -inline -release
gui/basic.d -I../dlisp/ -I.. -ofgui/basic.o
Internal error: ../ztc/cod1.c 2751


I will try to isolate the problem but if someone is intreseted i can post the source
November 04, 2006
Johan Granberg wrote:

> dmd 172 crashes with this error when i compile my project
> 
> make[2]: Entering directory `/home/johan/doc/Projects/sige/sige/lib/sige'
> dmd -c  -g -fPIC -unittest -inline -release
> gui/basic.d -I../dlisp/ -I.. -ofgui/basic.o
> Internal error: ../ztc/cod1.c 2751
> 
> 
> I will try to isolate the problem but if someone is intreseted i can post the source

I did not manage to isolate the error but it appeared sometimes when i was setting the length of an dynamic array when compiled with -fPIC.