[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT 2 beta 6 -- Userdata metatable methods causing segmentation fault
- From: Mike Pall <mikelu-1104@...>
- Date: Fri, 22 Apr 2011 12:26:28 +0200
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