REBOL3 tracker
  0.9.12 beta
Ticket #0000188 User: anonymous

Project:



rss
TypeBug Statustested Date3-Jul-2007 02:14
Versionfixed in 48 Categoryn/a Submitted byAnton
PlatformAll Severitytrivial Prioritynone

Summary closure recursion crash
Description c: closure [n][if n > 0 [c n - 1]] c 306 ; CRASH

c: closure [n][if n > 0 [c n - 1]]
repeat n 45 [print n c 305]
;...
;42
;43
;44
;RECYCLING: 39485 series
; REBOL System Error #1101: internal problem
Example code

			

Assigned ton/a Fixed in- Last Update18-Aug-2007 19:04


Comments
(0000101)
admin
18-Aug-2007 19:04

Throws stack overflow error now. (Does not try to expand the stack at this time.)

Date User Field Action Change
2-Dec-2008 18:50 Admin Ticket Added -