chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] SRFI-18 and 3.5.0


From: Peter Danenberg
Subject: [Chicken-users] SRFI-18 and 3.5.0
Date: Wed, 25 Feb 2009 18:59:19 -0600
User-agent: Mutt/1.5.16 (2007-06-11)

SRFI-18 seems to be broken in 3.5.0; the following produces a
segfault:

    (require-extension srfi-18)
    (thread-join! (thread-start! (lambda () 'foo)))

Disassociating thread creation and activation with MAKE-THREAD has the
same effect.

THREAD-SLEEP! also diregards the timeout and returns immediately (when
THREAD-JOIN! doesn't segfault).

I'd submit a bug, but trac.callcc.org is down.




reply via email to

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