I'm using C built LuaJIT-2.1.0-beta3 on macOSX 10.11.6, and I'm trying to make nested (recursive) xpcall invocations to model how Go does panic/recover and defer.
I'm getting "error during error handling" back. So I'm curious if there isn't a stack of setjmp kept? I posted example code on SO here.
Thanks for your assistance.
J