[chuck-users] this wont work in 1.2.1.2

Atte André Jensen atte.jensen at gmail.com
Sat Jan 24 09:57:12 EST 2009


Hi

I'm trying to make my huge live-thingy run under 1.2.1.2. I've narrowed 
the first problem down to the following code, that runs fine in 1.2.1.1b 
but segfaults in 1.2.1.2. Any input on what's changed and how to make 
the sniplet work in 1.2.1.2 would be greatly appreciated!

public class Time {
     new Shred @=> static Shred @ ticker_shred;
     public static void start(){
         spork ~ ticker() @=> ticker_shred;
     }
     public static void ticker(){
         while(true){
             1::ms => now;
         }
     }
}
Time dummy;
dummy.start();
100::week => now;

Thank in advance for any feedback.

-- 
Atte

http://atte.dk    http://modlys.dk


More information about the chuck-users mailing list