[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tuna now in module form
- From: Michal Kolodziejczyk <miko@...>
- Date: Wed, 15 Feb 2012 10:30:50 +0100
On 14.02.2012 17:42, curt wrote:
> $ lua require_test.lua
> with tuna.so "findable" works fine on my box (tm)
Works great on my box (archlinux 32 bit) with plain lua.
With luajit 1.1.7 I get:
$ luajit require_test.lua
into test
about to sleep
done sleeping
spam..
spam..
spam..
spam..
spam..
Segmentation fault
With luajit 2.0.0-beta9 I get:
$ luajit2 require_test.lua
into test
Segmentation fault
Would it be possible to get it working with luajit also?
Anyways, looking forward to using tuna as a module!
Regards,
miko