failed AVER: (SUBSETP SB-C::END SB-C::END-STACK)

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

Bug Description

(compile
 nil
 '(lambda (x item)
   (let* ((y
            (case x
              ((3 -8 15 -6 -2)
               (if (numberp item)
                   (f1 (list item))
                   (if (= (length (second item)) 1)
                       t
                       (list (list (first item) (f1 (second item))))
                       )))
              )))
     (declare (dynamic-extent y))
     (f y))))

==>

failed AVER: (SUBSETP SB-C::END SB-C::END-STACK)
This is probably a bug in SBCL itself. (Alternatively, SBCL
might have been corrupted by bad user code, e.g. by an undefined
Lisp operation like (FMAKUNBOUND 'COMPILE), or by stray pointers
from alien code or from unsafe Lisp code; or there might be a
bug in the OS or hardware that SBCL is running on.) If it seems
to be a bug in SBCL itself, the maintainers would like to know
about it. Bug reports are welcome on the SBCL mailing lists,
which you can find at <http://sbcl.sourceforge.net/>.
   [Condition of type SB-INT:BUG]

Restarts:
 0: [RETRY] Retry SLIME REPL evaluation request.
 1: [*ABORT] Return to SLIME's top level.
 2: [ABORT] abort thread (#<THREAD "new-repl-thread" RUNNING {1034AD6F93}>)

Backtrace:
  0: (SB-C::ORDER-BLOCK-UVL-SETS #<SB-C::CBLOCK 17 :START c1 {1034B132E3}> #<SB-C::CBLOCK 18 :START c2 {1034B9E6E3}>)
  1: (SB-C::ORDER-UVL-SETS #<SB-C:COMPONENT :NAME (LAMBDA (X ITEM)) {1034B8DBD3}>)
  2: (SB-C::STACK-ANALYZE #<SB-C:COMPONENT :NAME (LAMBDA (X ITEM)) {1034B8DBD3}>)
  3: (SB-C::%COMPILE-COMPONENT #<SB-C:COMPONENT :NAME (LAMBDA (X ITEM)) {1034B8DBD3}>)

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.