Compiler fails to terminate, runs out of memory

Bug #1801599 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(defun f326 (a b)
  (flet ((%f9 ()
           (labels ((%f13 (f13-3 &key (key1 a))
                      (restart-bind nil
                       (if (>= f13-3 0)
                            (return-from %f9 key1)
                            0))))
             (return-from %f9
               (unwind-protect
                    (if (< 864413624925 a)
                        (%f13 b)
                        (round -1 b)
                        )))
             )))
     (%f9)
     (%f9)))

==>

compiler hangs, then quickly exhausts memory

Revision history for this message
Stas Boukarev (stassats) wrote :

efe4d492142249a9eba319529d282757e151e987

Changed in sbcl:
status: New → Fix Committed
Stas Boukarev (stassats)
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.