guile-user
[Top][All Lists]
Advanced

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

Threads bug ?


From: Manuel Giraud
Subject: Threads bug ?
Date: 06 Nov 2001 18:32:32 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

A month ago, it seems that a bug with threads was fixed, see : 
http://mail.gnu.org/pipermail/guile-user/2001-October/001929.html

But does anyone know which version correct this bug? Because, I just
download guile-1.5.4, and I'm able to reproduce it (not downloading,
the bug ;-).

I've configure guile-1.5.4 '--with-threads' and '--with-modules' on a
"classical" Linux box and used this code that crash silently :

(use-modules (ice-9 threads))

(begin-thread
 (let loop ()
   (display "a")
   (newline)
   (loop)))

(begin-thread
 (let loop ()
   (display "b")
   (newline)
   (loop)))

-- 
Jake:"See those berries? That's our breakfast! See that stream? That's
our drinking water!"
Daria:"See that skeleton? That's our future." 
-From "The Teachings Of Don Jake." 

_Manuel Giraud_



reply via email to

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