AltraMayor/gatekeeper

GT block fails to create Lua state

cjdoucette opened this issue · 2 comments

When running as Grantor, the program aborts and this error message is logged:

GATEKEEPER GT: Failed to create new Lua state at alloc_and_setup_lua_state
GATEKEEPER GT: Failed to create new Lua state at lcore 1

LuaJIT also outputs this error to stdout:

Must use luaL_newstate() for 64 bit target

I looked back through the commit history and it seems that this bug first appears with patch c5959c0.