#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))) }}} -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/89#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear