[cffi-devel] Crashes on X86-64 CLISP

James Bielman jamesjb at jamesjb.com
Fri Feb 3 16:11:48 UTC 2006


"Hoehle, Joerg-Cyril" <Joerg-Cyril.Hoehle at t-systems.com> writes:

> If you can recompile CLISP yourself, go to the 2 functions in
> src/foreign.d and change UL_to_I to UQ_to_I and I_to_UL to I_to_UQ
>
> And I'm going to push a patch to CVS.

Cool, that fixed it, thanks.

By the way, I was looking into writing a regression test for this and
had problems since we also use FOREIGN-ADDRESS-UNSIGNED to implement
POINTER-EQ.  Could we be using EQUALP instead for comparing pointers
(or is the fact that seems to work just a coincidence?)

James



More information about the cffi-devel mailing list