#89: compiler stack inconsistency -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: compiler | Version: 0.20 Resolution: | Keywords: -----------------------+----------------------------------------------------
Comment(by mevenson):
Simplified test case (which only produces one stack inconsistency message):
{{{
(defun get-uid () (let ((stream (make-string-input-stream "foo" 0))) (read-line stream) (handler-case 42))) }}}