Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Invalid data type during recycle

From: maximo:meteorstudios at: 17-Nov-2003 11:59

> -----Original Message----- > From: Reboler [mailto:[reboler--bol--com--br]] > Sent: Monday, November 17, 2003 11:35 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: Invalid data type during recycle > > No Max, > > I'm using the Rebol/Command. Sometimes this error appears..
I guess you forgot the "latest" word in the last sentence ? hm, I used to get these errors often when coding glass with the older versions of rebol/view. do you have an example of code which causes this? sometimes? My guess as to why it doesn't always occur is that Garbage Collection usually waits for a large amount or ram to clean up before doing its thing. So probably, the GC doesn't occur each time you run the sensitive code. In larger apps it would happen more often. -MAx