[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 20:51:11 +0100
Janis Britals wrote:
> 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.
Ah yes, I think I've found the problem. And indeed, it's not in
error reporting. And no, the frames are not corrupted. Alas, the
PC gets lost somewhere in that FFI metamethod/tailcall/C-call jungle. :-/
It's a tricky problem, though. I'll devise a fix in the next days.
--Mike