unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
903 stars 266 forks source link

application crash when using luajit #7

Open congling opened 11 years ago

congling commented 11 years ago

Hi, I found that when the application built by luajit is always crash when I get the information of some variable in Decoda. But when I replace luajit back to lua to build the application, it never happen. It also happened when I set jit.off(). Could you help me on this? Thanks a lot

Regards, Cong Ling

fsfod commented 11 years ago

Have you tried building LuaJIT with asserts enabled I'm not sure but I think it will trigger this assert lua_assert(pc <= pt->sizebc); in lj_debug.c:debug_frameline just before it would normally crash