Custom Query (1030 matches)
Results (775 - 777 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #347 | fixed | another IA-32 bignum bug | ||
| 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 | ||
| 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 | ||
| 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. |
|||
Note:
See TracQuery
for help on using queries.
