﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1601	Infinite continuation loop corrupts stack(?)	Moritz Heidkamp		"This program:

{{{
(let ((loop #f))
  (call/cc (lambda (f)
             (set! loop f)))
  (print 123)
  (loop))
}}}

prints lines of ""123"" for a while until it aborts with this error:

{{{
[panic] Detected corrupted data in stack - execution terminated
}}}"	defect	closed	minor	5.1	unknown	5.0.0	fixed			hard
