Opened 13 years ago

Closed 13 years ago

#117 closed defect (fixed)

Compiler stack inconsistency

Reported by: Mark Evenson Owned by: ehuelsmann
Priority: major Milestone: unscheduled
Component: compiler Version: 0.23
Keywords: Cc:
Parent Tickets:

Description

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

Change History (1)

comment:1 Changed 13 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

(In [13117]) Fix #117: Workaround for the fact that we shouldn't be doing
UNSAFE-P checks in pass1.

Note: See TracTickets for help on using tickets.