SIGXFSZ (25)SIGXFSZ (25) — File Size Limit Exceeded
The process attempted to create a file larger than allowed.
SIGQUIT (3)A quit signal was sent, typically by pressing Ctrl+\ in the terminal, producing a core dump.
The user pressed Ctrl+\ or the signal was sent programmatically. SIGQUIT produces a core dump for debugging.
Install a signal handler if you need custom cleanup. Analyze the core dump with gdb. For Java, SIGQUIT triggers a thread dump.
SIGXFSZ (25)The process attempted to create a file larger than allowed.
Exit 143The process was terminated by SIGTERM (signal 15).
ENOPROTOOPTThe requested protocol option is not available or not supported at the specified level.
ENFILEThe system-wide limit on the total number of open files has been reached.
ESRCHNo process matching the specified process ID was found.
SIGTTIN (21)A background process attempted to read from its controlling terminal.