[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT 2.0-beta8 crashes in lj_dispatch_init()
- From: Mike Pall <mikelu-1107@...>
- Date: Sat, 23 Jul 2011 16:54:33 +0200
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