ENOSRENOSR — Out of Streams Resources
The system ran out of STREAMS resources needed to complete the operation.
EILSEQAn invalid multibyte or wide character sequence was encountered during character conversion.
A byte sequence does not form a valid character in the current locale's character encoding. This typically occurs when processing UTF-8 data with invalid byte sequences.
Verify that the input data encoding matches the expected locale. Convert data to the correct encoding using iconv. Sanitize input to remove or replace invalid byte sequences.
ENOSRThe system ran out of STREAMS resources needed to complete the operation.
EINTRA blocking system call was interrupted by a signal before it could complete.
SIGTRAP (5)A breakpoint or trace trap was triggered, typically during debugging.
EINVALAn invalid argument was passed to a system call or library function.
EPROTONOSUPPORTThe specified protocol is not supported by this socket domain or is not implemented.
Exit 143The process was terminated by SIGTERM (signal 15).