SIGXFSZ (25)SIGXFSZ (25) — File Size Limit Exceeded
The process attempted to create a file larger than allowed.
ENOTDIRA component used as a directory in a pathname is not actually a directory.
A path component that should be a directory is actually a regular file or other non-directory type. For example, if /tmp/file is a regular file, accessing /tmp/file/something triggers this error.
Verify the path with ls -la to ensure all components are directories. Rename or remove the conflicting file. Check for symlinks that resolve to non-directory targets.
SIGXFSZ (25)The process attempted to create a file larger than allowed.
EREMOTEIOA remote I/O operation failed due to a communication or device error.
ENFILEThe system-wide limit on the total number of open files has been reached.
Exit 143The process was terminated by SIGTERM (signal 15).
SIGTTIN (21)A background process attempted to read from its controlling terminal.
EILSEQAn invalid multibyte or wide character sequence was encountered during character conversion.