Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Mar 2008 00:00:07 GMT
From:      Frank Denis <j@pureftpd.org>
To:        freebsd-threads@FreeBSD.org
Subject:   Re: threads/121336: lang/neko threading ok on UP, broken on SMP (FreeBSD 7)
Message-ID:  <200803050000.m25007J6005083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR threads/121336; it has been noted by GNATS.

From: Frank Denis <j@pureftpd.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: threads/121336: lang/neko threading ok on UP, broken on SMP (FreeBSD 7)
Date: Wed, 5 Mar 2008 00:17:03 +0100

 The Neko virtual machine is indeed broken on FreeBSD 7 + SMP.
 
 Here's a very simple way to make it crash. Just create a thread.
 
 $ echo '$loader.loadprim("std@thread_create", 2)(function(z)  
 { $print(z) }, "OK");' > nekothread.neko
 
 $ nekoc nekothread.neko
 
 $ neko nekothread.n
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803050000.m25007J6005083>