[REBOL] Re: callbacks
From: moliad::gmail::com at: 30-Oct-2007 2:59
I'm about to go mad!
turns out the char* trick below, also trips up the address when some values
are being passed. but not always. So I had to stop that. It also seems
further testing might invalidate my previous observations.
it seems the use of the memory? function within the peekpoke.r file causes
the GC to go wild and eventually crashes rebol when callbacks are being
used. so far this is pretty constant.
if I do recycle/off, no crash occurs, if I let recycle/on and remove the
call to memory? there are no crashses either (but then I'm pretty much at
step 0!).
damn, this is just too frustrating!
the damned thing, is that a part from the GC crashing rebol, all is working
flawlessly.
any ideas/experience welcome
-MAx
On 10/30/07, Maxim Olivier-Adlhoch <moliad-gmail.com> wrote: