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
_______________________________________________
freebsd-threads freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-threa
ds
To unsubscribe, send any mail to
"freebsd-threads-unsubscribe freebsd.org"
|