Infinite loop in SUBTYPEP

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

Bug Description

(defun bug025 ()
  (let ((t1 '(or
              (not (cons (simple-array function)))
              (cons (simple-array real)
               (simple-array t))
              (cons sequence complex)))
        (t2 '(or
              (not (cons (simple-array function)))
              (cons (simple-array real))
              (cons sequence complex))))
    (subtypep t1 t2)))

(bug025) ==> does not terminate

x86-64, "2.5.5.86-43de0d90a"

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

This failed to replicate on a fresh image, which may mean some kind of caching issue.

Changed in sbcl:
status: New → Incomplete
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.