"Unreachable code reached" (problem with / ?)

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

Bug Description

(defun bug237 ()
  (declare (notinline /))
  (declare
   (optimize (compilation-speed 1) (sb-c:insert-step-conditions 0) (speed 0)
             (debug 0) (space 2) (safety 0)))
  ((lambda (v5)
     (decf v5
           (the integer
                (restart-bind nil
                  v5))))
   (/ 52256972863728467 1)))

(bug237) ==>

Unreachable code reached
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 tid=1849 "repl-thread" RUNNING {10010C8003}>)

Backtrace:
  0: (BUG237)
  1: (SB-INT:SIMPLE-EVAL-IN-LEXENV (BUG237) #<NULL-LEXENV>)
  2: (EVAL (BUG237))

x86-64, "2.3.8.151-8c8c49815"

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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