[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Franz core dumps



In Opi 38.06 and 38.26:

(let ((x '(())) (y '(())))
	(rplaca x x)
	(rplaca y y)
	(equal x y))

Illegal instruction (core dumped)

equal should check for stack overflow.