From: Colin P. A. <co...@co...> - 2008-03-01 19:56:48
|
>>>>> "Eric" == Eric Bezault <er...@go...> writes: Eric> Colin Paul Adams wrote: >>>>>>> "Eric" == Eric Bezault <er...@go...> writes: >> >> >> OK, I will have to change the C code generated by gec. I'll >> >> let you know when it's ready. >> Eric> You can try to get the latest code from SVN, and then Eric> recompile gec. >> >> I still get a segmentation fault. Eric> And if you replace line 68 in ge_gc.h: Eric> #define GE_register_dispose(obj, disp) Eric> GC_REGISTER_FINALIZER((void*)(obj), (void (*) (void*, Eric> void*)) &GE_boehm_dispose, (void*)(disp), NULL, NULL) Eric> by: Eric> #define GE_register_dispose(obj, disp) Eric> GC_REGISTER_FINALIZER((void*)(obj), (void (*) (void*, Eric> void*)) &GE_boehm_dispose, NULL, NULL, NULL) Same. -- Colin Adams Preston Lancashire |