Hello [EMAIL PROTECTED],
On 13-Jul-00, [EMAIL PROTECTED] wrote:
--snip--
> Then just as I was ready to totally commit to using 2.3 I got this error
>
> {
> Invalid data type during recycle
> ** Press enter to quit...
> }
>
> Is there a work around?
>
Well, it's probably a GC problem, but it could be caused by a number of things.
Are you dealing with contexts/objects that are not bound to words ?
Do you suspect a specific part of the code to be causing the problem, if so could you
post it to the list?
Here's an example of the GC being too optimistic:
11.WB3.1:> rebol.core -q
REBOL/Core 2.3.0.1.1 22-Jun-2000
Copyright 2000 REBOL Technologies. All rights reserved.
## test: func [my-val] [get in make object! [f: func [] [val] val: my-val] 'f]
## f1: test 1
## f2: test 2
## recycle/torture
## f1
** CRASH (Should not happen) - Corrupt datatype: 78
Best regards
Thomas Jensen