Ticket #347 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

another IA-32 bignum bug

Reported by: rme Assigned to: rme
Priority: major Milestone: IA-32 port
Component: Runtime (threads, GC) Version: trunk
Keywords: bignum Cc:

Description

? (isqrt (expt 10 100))
> Error: DIVISION-BY-ZERO detected
> While executing: CCL::%FLOOR-99, in process listener(1).

Change History

10/12/08 18:58:04 changed by rme

  • status changed from new to assigned.

Note to myself:

(BIGNUM-TRUNCATE-GUESS-2 150675752667331832761171844316690704678961498112 4 21175823681357508476708061184 2)

Returns a value one too large.

10/13/08 20:43:23 changed by rme

  • status changed from assigned to closed.
  • resolution set to fixed.

Should work in r11080.