lua-users home
lua-l archive

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


Stefan Behnel wrote:
> the latest LuaJIT2 (with and without hotfix#1) crashes for me in
> lj_dispatch_init(), right when creating a new Lua state using
> lua_open(). So I guess there's not much I can be doing wrong myself.

The standalone luajit.c does exactly that: call lua_open() first.
And it doesn't crash.

--Mike