lua-users home
lua-l archive

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


Hi,

First of all - I'm speaking about Lua 3.20.
lua_error function calls C exit function.  Can I avoid it without modyfing
code?
I tried with lua_seterrormethod, but this does not prevent exit being
called.
It seems to me, that luaD_protectedrun sets errorJmp, which is examined in
lua_error.
But luaD_protectedrun looks pretty "unofficial"...

Maciej