[REBOL] stack space Re:(2)

2000-05-17 Thread mjelinek
. - Michael Jelinek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 4:42 PM To: [EMAIL PROTECTED] Subject: [REBOL] stack space Re: out of stack space usually means an infinite loop with recursion. so increasing it to any amount, no matter

[REBOL] stack space

2000-05-16 Thread mjelinek
Ack! I've run out of stack space running my REBOL program on WINNT 4.0. How can I increase my stack space? On the Amiga it's easy: it's an attribute of the REBOL icon. On NT...? ** Internal Error: Stack overflow. - Michael Jelinek

[REBOL] stack space Re:

2000-05-16 Thread Galt_Barber
out of stack space usually means an infinite loop with recursion. so increasing it to any amount, no matter how huge, is futile. fix the bug instead.