chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] current-time on 32-bit hardware


From: Felix
Subject: Re: [Chicken-users] current-time on 32-bit hardware
Date: Thu, 29 Jul 2010 08:44:19 +0200 (CEST)

From: Nicolas Pelletier <address@hidden>
Subject: [Chicken-users] current-time on 32-bit hardware
Date: Thu, 29 Jul 2010 09:01:46 +0900

> Hello,
> 
> I've run into the following problem.
> 
> I am taking a mutex with a time-out, as follows:
> 
>     (mutex-lock!
>         children-mutex
>         (seconds->time
>         (+ 1 (time->seconds (current-time)))))
> 
> And I got the following error:
> 
>     Warning (#<thread: my-thread>): : (inexact->exact) inexact number
> cannot be represented as an exact\
>      number: 1189553855.
> 

I can not reproduce this. On what platform are you running this
code?


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]