#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)) }}}