Hello,

I've run into a case where a thread that uses thread-sleep! for a
fixed amount of time seems to never wake up. I can reproduce this from
csi as well:

CHICKEN
(c)2008-2010 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.6.0
linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
compiled 2011-01-16 on gladstone.duckburg.org (Linux)

#;1> (require-extension srfi-18)
; loading library srfi-18 ...
#;2> (thread-sleep! 10)
#;3> (thread-sleep! (seconds->time (+ 10 (time->seconds (current-time)))))
^C

The last call to thread-sleep! does not return after 10 seconds, nor
20 seconds... Has someone already bumped into this?

Regards,

-- 
Nicolas

_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to