>>>>> "Greg" == Greg Pfeil <[EMAIL PROTECTED]> writes:

    Greg> In version 18e of CMUCL, I try the following expression:

    Greg>       (load-foreign "/Moocache/Moocache-102.0-0/lib/libMoocache.so")

    Greg> and get the following error:

    Greg>       Arithmetic error FLOATING-POINT-OVERFLOW signalled.
    Greg>          [Condition of type FLOATING-POINT-OVERFLOW]

    Greg> Is this a matter of the library (which depends on other SOs that must 
    Greg> also be loaded) being too big? (Some results of Googling seemed to 
    Greg> allude to such a thing.) If so, (or if otherwise) what can I do to 
work 
    Greg> around it?

Do you have some pointers to this?  I don't recall any such issue.

Also, can you try with something newer than 18e?  That's quite old.

    Greg> I've included a full backtrace below. Thanks.

[snip]


    Greg>   30: (SWANK-BACKEND::SIGIO-HANDLER #<#1=unused-arg> #<#1#> #<#1#>)

I don't think CMUCL is interrupt-safe, so using sigio-handler with
slime can cause weird failures.  At least it happens once in a while
on Sparc; I think x86 is a bit better here.

Ray


Reply via email to