[armedbear-ticket] [armedbear] #117: Compiler stack inconsistency
#117: Compiler stack inconsistency ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: unscheduled Component: compiler | Version: 0.23 Keywords: | ----------------------+----------------------------------------------------- In compiling Alexandria from its git repository, I isolated the following case where the compiler fails by detecting a stack inconsistency: {{{ ;;; Stack inconsistency detected in NIL at index 240: found 4, expected 1. (mapcar (lambda (x) (handler-case (elt x 0) (type-error () :type-error))) (list nil #() 3)) }}} -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/117> armedbear <http://common-lisp.net/project/armedbear> armedbear
#117: Compiler stack inconsistency -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: unscheduled Component: compiler | Version: 0.23 Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by ehuelsmann): * status: new => closed * resolution: => fixed Comment: (In [13117]) Fix #117: Workaround for the fact that we shouldn't be doing UNSAFE-P checks in pass1. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/117#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear