Opened 8 years ago
Closed 5 years ago
#453 closed defect (fixed)
Compiler failure with stack inconsistency
| Reported by: | Mark Evenson | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.0 | 
| Component: | compiler | Version: | |
| Keywords: | Cc: | ||
| Parent Tickets: | 
Description
Paul Dietz reports in <https://mailman.common-lisp.net/pipermail/armedbear-devel/2017-October/003884.html>
(defparameter *abcl1*
  '(lambda (a)
    (declare (optimize (debug 0) (compilation-speed 1)
              (speed 2) (space 3) (safety 1)))
    (ash 0
     (bit #*0100
      (catch 'ct7 a)))))
(defun test1 ()
  (let ((fn (compile nil *abcl1*)))
    (mapcar fn '(0 1 2 3))))
(test1) ==>
; Caught ERROR:
;   Stack inconsistency detected in <unknown> at index 40: found 2, expected 0.
    Change History (7)
comment:1 Changed 6 years ago by
| Milestone: | 1.6.0 → 1.6.1 | 
|---|
comment:3 Changed 5 years ago by
| Milestone: | 1.6.2 → 1.7.0 | 
|---|
comment:7 Changed 5 years ago by
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Note: See
        TracTickets for help on using
        tickets.
    

Ticket retargeted after milestone closed