lua-users home
lua-l archive

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


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