Heap exhaustion during compilation of a not that large function

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

Bug Description

Load the attached file and the heap is exhausted. I have not attempted to minimize this input.

x86-64, "2.3.7.135-a0e1c51c6"

Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :
Revision history for this message
Stas Boukarev (stassats) wrote :

(defun r ()
  (tagbody
   a
     (flet ((f ()
              (go tag)))
       (f))
   tag
     (let ((m (list 1)))
       (declare (dynamic-extent m))
       (eval m)
       (let ((m (list 2)))
         (declare (dynamic-extent m))
         (eval m)))))

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

Forgot (declare (optimize (speed 0) (debug 1))) or (debug 2)

Charles (karlosz)
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

Bug attachments

Remote bug watches

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