[armedbear-ticket] [armedbear] #117: Compiler stack inconsistency

armedbear armedbear-devel at common-lisp.net
Sun Dec 19 11:01:05 UTC 2010


#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


More information about the armedbear-ticket mailing list