[armedbear-ticket] [armedbear] #21: Compilation failure from stack inconsistency
armedbear
armedbear-devel at common-lisp.net
Mon Nov 3 07:04:22 UTC 2008
#21: Compilation failure from stack inconsistency
------------------------+---------------------------------------------------
Reporter: mevenson | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone: unscheduled
Component: component1 | Version: 1.0
Keywords: |
------------------------+---------------------------------------------------
#|
Eric Marsden on armedbear-j-devel
|#
(defun foo ()
(flet ((bar () (unwind-protect 1 2)))
(declare (inline bar))
(undefined (bar))))
#|
; Compiling /Users/evenson/work/abcl/bugs/stack-inconsistency.lisp ...
Stack inconsistency at index 24: found 3, expected 1.
; Compilation unit finished
; The following functions were used but not defined:
; UNDEFINED
|#
--
Ticket URL: <http://127.0.0.1:8000/armedbear/ticket/21>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list