lua-users home
lua-l archive

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




On Sat, May 30, 2020 at 2:44 PM Phil Leblanc <philanc@gmail.com> wrote:
Granted! :-)    although abort() implementation --at least on Linux--
calls _exit()  ;-)

An awful lot has to go wrong before abort() calls _exit(127). Abort tries the following on my PC (Debian 10):
In normal circumstances the program dies as a result of SIGABRT.


--