Open rebolbot opened 13 years ago
Submitted by: Ladislav
The same problem is observed/observable in R2 as well.
Submitted by: Ladislav
It looks that the optimal solution to this problem is just a good documentation mentioning how to handle such situations.
Submitted by: cyphre2
When a REBOL script alocates all available memory and "not enough memory" error! is triggered(and properly caught using TRY) any subsequent memory allocation is not possible without calling RECYCLE explicitly. The already allocated memory before the error is not returned for later rebol code usage. See example below...
CC - Data [ Version: alpha 112 Type: Bug Platform: All Category: Documentation Reproduce: Always Fixed-in:none ]