Opened 15 years ago
Closed 15 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))
Note: See
TracTickets for help on using
tickets.
(In [13117]) Fix #117: Workaround for the fact that we shouldn't be doing
UNSAFE-P checks in pass1.