[REBOL] Re: Windows Crash
From: maximo:meteorstudios at: 30-Sep-2003 9:30
> I've seen it happen when Rebol consumes too much memory. Check out
[...]
> consumption got above 100MB. There are ways to get Rebol to minimize
I had rebol go above 600MB a few times without problems.
maybe its more related to the sheer number of contexts, declared words, or the total
amount of memory handling the application has to handle at once.
Carl also said his list handling script (before being off-lined) would run months-on-end
without needing any attention...
I just noticed that version 1.2.10 is MUCH better at crashes and many of my prior issues
have been fixed. but as Cyphre detailed, there are still some more obscure crashes possible...
the draw dialect bug is still the more dangerous IMHO.
I think most crashes occur only if a view face is visible. I think People not using
view won't have any crash in their lifetime. could just be me though.
-Max