threads/121336: lang/neko threading ok on UP,
broken on SMP (FreeBSD 7)
Frank Denis
j at pureftpd.org
Wed Mar 5 00:00:08 UTC 2008
The following reply was made to PR threads/121336; it has been noted by GNATS.
From: Frank Denis <j at pureftpd.org>
To: bug-followup at 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 at thread_create", 2)(function(z)
{ $print(z) }, "OK");' > nekothread.neko
$ nekoc nekothread.neko
$ neko nekothread.n
More information about the freebsd-threads
mailing list