Another stack analyze bug

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

Bug Description

(lambda (b)
   (block b2
     (catch 'ct2
       (return-from b2
         (return-from b2
           (block b1
             (shiftf b
                     (catch 'ct1
                       (if nil
                           b
                           (return-from b1
                             (return-from b2 (catch 'ct6 (catch 'ct2 b))))))
                     )))))))

==>

failed AVER: (NOT (SB-INT:MEMQ PUSH SB-C::END-STACK))

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

This was already fixed, I was testing the wrong build.

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Invalid
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.