[cl-store-devel] problems storing big integers on x86-64

Sean Ross rosssd at gmail.com
Fri Jan 26 10:21:00 UTC 2007


could you send me a backtrace of this.

On 1/25/07, Cyrus Harmon <ch-lisp at bobobeach.com> wrote:
>
> On x86 (sbcl/macos),
>
> (cl-store:store #x100000000 #p"/tmp/lame")
>
> works fine, but on x86-64 (sbcl/linux),
>
> (cl-store:store #x100000000 #p"/tmp/lame")
>
> fails with an error message of "The value 4294967296 is not of type
> (UNSIGNED-BYTE 32)" in cl-store::store-arbitrary-integer.
>
> I'm trying to dig into store-arbitrary-integer to see where this is
> going wrong.
>
> Thanks,
>
> Cyrus
>
>
> _______________________________________________
> cl-store-devel mailing list
> cl-store-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/cl-store-devel
>



More information about the cl-store-devel mailing list