lua-users home
lua-l archive

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


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.

https://stackoverflow.com/questions/48202338/on-latest-luajit-2-1-0-beta3-is-recursive-xpcall-possible

Thanks for your assistance.

J