chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] panic, horror, despair: thread-join! broken


From: felix winkelmann
Subject: [Chicken-users] panic, horror, despair: thread-join! broken
Date: Mon, 7 Aug 2006 22:10:36 +0200

Yes, it's true. Thanks to dgym on #chicken for reporting this:

--- old-chicken/srfi-18.scm     2006-08-07 21:56:16.000000000 +0200
+++ new-chicken/srfi-18.scm     2006-08-07 21:56:16.000000000 +0200
@@ -241,7 +241,7 @@
            ct 1
            (lambda ()
              (case (##sys#slot thread 3)
-               [(dead) (##sys#apply-values (##sys#slot thread 2))]
+               [(dead) (apply return (##sys#slot thread 2))]
                [(terminated)
                 (return
                  (##sys#signal

I bow my head in shame.


cheers,
felix


--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

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