[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaJIT 2.0-beta8 crashes in lj_dispatch_init()
- From: Stefan Behnel <stefan_ml@...>
- Date: Sat, 23 Jul 2011 16:17:12 +0200
Hi,
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.
Here's the stack trace (with the hotfix applied):
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff67440a8 in lj_dispatch_init (GG=0x40000378) at lj_dispatch.c:37
37 disp[i] = makeasmfunc(lj_bc_ofs[i]);
(gdb) bt 10
#0 0x00007ffff67440a8 in lj_dispatch_init (GG=0x40000378) at lj_dispatch.c:37
#1 0x00007ffff6743bb4 in lj_state_newstate (f=0x7ffff675dac0 <lj_alloc_f>,
ud=0x40000010) at lj_state.c:213
#2 0x00007ffff675db7f in luaL_newstate () at lib_aux.c:357
This is on 64-bit Intel Linux with a statically linked libluajit.
Anyone seen this yet?
Stefan