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.

I just checked and the problem is still there. I'm not sure that it stems
from error reporting, it could be that it only manifests itself this way.

Corrupted stack frames (if that is what it is) seems a bit frightening and
it would be nice to know the real scope of this issue.

> 
> > P.S. Can you explain what the letters PC stand for?
> 
> Program Counter.
> 

Thanks :)