[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 crash reporting an error in FFI metamethod
- From: Mike Pall <mikelu-1203@...>
- Date: Fri, 9 Mar 2012 19:12:05 +0100
Janis Britals wrote:
> If you run the above example in the LuaJIT2(beta9) shell (luajit.exe) it
> prints out 6 as expected and then crashes with access violation.
>
> It seems to be related to the fact that the error occurred inside an __add
> metamethod. If you call the function directly:
Have you tried to run this with git HEAD? I've fixed some issues
with error reporting recently.
> P.S. Can you explain what the letters PC stand for?
Program Counter.
--Mike