Don't enable incremental collection. It seems to cause crashing.

main
theraven 15 years ago
parent aaeb22d682
commit 7155f174b7

@ -637,7 +637,7 @@ static void runFinalizers(void)
PRIVATE void init_gc(void) PRIVATE void init_gc(void)
{ {
//GC_no_dls = 1; //GC_no_dls = 1;
GC_enable_incremental(); //GC_enable_incremental();
GC_INIT(); GC_INIT();
char *envValue; char *envValue;
// Dump GC stats on exit - uncomment when debugging. // Dump GC stats on exit - uncomment when debugging.

Loading…
Cancel
Save