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
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
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