>>>>> "Rolf" == Rolf Wester <[EMAIL PROTECTED]> writes:
Rolf> Hi,
Rolf> I have a really strange error using CMUCL19a:
Rolf> * (* 2.0d23 0.5d0)
Rolf> Type-error in KERNEL::INVALID-ARRAY-INDEX-ERROR-HANDLER:
Rolf> 10 is not of type (INTEGER 0 (10))
Rolf> [Condition of type TYPE-ERROR]
Rolf> Restarts:
Rolf> 0: [ABORT] Return to Top-Level.
Rolf> Debug (type H for help)
Rolf> ((LABELS LISP::SCALE
Rolf> LISP::FLONUM-TO-DIGITS)
Rolf> 199999999999999983222784 2 16777216 16777216)
Rolf> Source: Error finding source:
Rolf> Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no
longer
Rolf> exists:
Rolf> target:code/print.lisp.
Rolf> Can somebody tell me what is wrong here?
There's a bug in flonum-to-digits. It was rewritten to produce more
accurate output, and obviously something is broken.
Sorry! I'll look into it and try to fix it.
Ray