lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Aaron Bolyard wrote:
> I have been having a problem using LuaJIT with userdata metatable
> methods that raise an error at any point, such as when an argument is
> invalid, being called in protected mode with debug.traceback as the
> error handler. Below is an example of the program. With vanilla Lua,
> the program operates as I expect. However, with LuaJIT, it crashes
> unexpectedly at lj_err.c:126.

Please try again with LuaJIT git HEAD.

--Mike