lua-users home
lua-l archive

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


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