lua-users home
lua-l archive

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


> You means it rely on underlying OS to handle signals, right ? Because I
> can confirm that even a non interactive Lua program can be stopped by a
> *SIGINT* or a *SIGQUIT* (at least under Linux).

Yes. The interactive Lua interpreter handles SIGINT to provide tracebacks.
It does not handle SIGQUIT because it's not ANSI C (though it is POSIX).