lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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