Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (775 - 777 of 1030)

Ticket Resolution Summary Owner Reporter
#347 fixed another IA-32 bignum bug R. Matthew Emerson R. Matthew Emerson
Description
? (isqrt (expt 10 100))
> Error: DIVISION-BY-ZERO detected
> While executing: CCL::%FLOOR-99, in process listener(1).
#352 fixed HEAP-UTILIZATION doesn't work on ia32 Gary Byers R. Matthew Emerson
Description
Welcome to Clozure Common Lisp Version 1.3-dev-r11066M-trunk  (DarwinX8632)!
? (heap-utilization)
> Error: value #<BOGUS object @ #x1200F> is not of the expected type UVECTOR.
> While executing: (:INTERNAL HEAP-UTILIZATION), in process listener(1).

Same story on Linux.

#355 fixed ia32 port gets stuck on slot-unbound Gary Byers R. Matthew Emerson
Description

From the test suite:

(defclass slot-unbound-class-01 ()
  ((a :reader sunb-a)
   (b :accessor sunb-b)
   (c :writer sunb-c)
   (e :reader sunb-e)
   (f :reader sunb-f)))

(defmethod slot-unbound ((class t) (obj slot-unbound-class-01) (slot-name t))
  (list (class-name class) slot-name))

(slot-value (make-instance 'slot-unbound-class-01) 'a)

This gets stuck in what appears to be an infinite loop.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.