[armedbear-ticket] [armedbear] #89: compiler stack inconsistency
armedbear
armedbear-devel at common-lisp.net
Tue Mar 16 09:43:46 UTC 2010
#89: compiler stack inconsistency
----------------------+-----------------------------------------------------
Reporter: mevenson | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone:
Component: compiler | Version: 0.20
Keywords: |
----------------------+-----------------------------------------------------
In checking out the latest ASDF, I was able to factor out the following
case of the compiler generating stack inconsistency:
{{{
(defun get-uid (stream uid-string)
(with-input-from-string (stream uid-string)
(read-line stream)
(handler-case (parse-integer (read-line stream))
(error () (error "Unable to find out user ID")))))
}}}
Loading the generated code causes a java.lang.VerifyError to be thrown.
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/89>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list