EFAULTEFAULT — Bad Address
An invalid memory address was passed to a system call as an argument.
Exit 143The process was terminated by SIGTERM (signal 15).
Received SIGTERM from kill or a service manager. Exit code = 128 + 15 = 143.
Install a SIGTERM handler for cleanup. Ensure the application handles SIGTERM within the grace period.
EFAULTAn invalid memory address was passed to a system call as an argument.
EBUSYThe requested resource is currently in use and cannot be exclusively accessed or modified.
EILSEQAn invalid multibyte or wide character sequence was encountered during character conversion.
ENOMEMThe system does not have enough available memory to fulfill the allocation request.
ENOEXECAn attempt was made to execute a file that is not in a recognized executable format.
SIGILL (4)The process attempted to execute an illegal, malformed, or privileged machine instruction.