What is interesting is that it didnt break on my first attempt but I pasted it a second time in the interpreter and then it gave the same error. So I'm thinking its something to do with the memory management.
Paul Tretter ----- Original Message ----- From: "Tim Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 8:22 PM Subject: [REBOL] Re: interpreter crash with 'unique and list! > > * Andreas Bolka <[EMAIL PROTECTED]> [040114 16:36]: > > > > > > using REBOL/Core 2.5.6.3.1 (win32) or REBOL/Core 2.5.6.4.2 (linux), > > the following expression crashes the interpreter: > > > > >> unique make list! array 15000 > > Invalid data type during recycle > > ** Press enter to quit... > > > > [Submitted to feedback as (Feedback Id #41ej11430)] > > Hmm! > on REBOL/Core 2.5.5.4.2 (linux): > > >> unique make list! array 15000 > == make list! [none] > ; that works > ; But if we attempt an assignment > ; from that expression: > > >> t: unique make list! array 15000 > Invalid data type during recycle > > ; Gadzooks! I broke it... > ; should I submit this too? > tim > > > -- > Tim Johnson <[EMAIL PROTECTED]> > http://www.alaska-internet-solutions.com > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
