Compiler loops, exhausts heap (stack analyze?)

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

Bug Description

(lambda (a c)
  (block nil
    (ignore-errors
      (prog1 (coerce c 'integer)
        (ignore-errors
          (when a (return c)))))))

==>

exhausts heap, falls into ldb

(this was on sbcl built with a 12Gb dynamic space size)

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

7412899303ba1ef930b0afde91e3b9130cccb29a

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.