[Openmcl-devel] Large arrays in 1.3

Gary Byers gb at clozure.com
Thu Jun 11 04:41:06 PDT 2009


<http://trac.clozure.com/openmcl/ticket/446> describes a similar
symptom (that wasn't actaully limited to the Cocoa IDE) that was
fixed in svn in both the trunk and 1.3 a few months ago.

If you haven't updated from svn and rebuilt the lisp recently, please
do so.

On Thu, 11 Jun 2009, Edmund Furse wrote:

> I can build large bit arrays in ccl 1.2 but not in 1.3
>
> Here is an example
>
> (defvar xi29)
> (defvar max)
> (setq max (+ (product-of-primes 29) 600))
> (prog () (setq xi29 (make-array (list max) :element-type 'bit))
> (return 'ok))
>
> The product of the primes is 6469693230.
>
> This works fine in ccl 1.2, but in 1.3 it freezes the application.
>
> Any ideas?
>
> Edmund Furse
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list