ENOBUFSENOBUFS — No Buffer Space Available
The system does not have enough network buffer space to complete the operation.
EOWNERDEADThe previous owner of a robust mutex terminated while holding the lock.
A process holding a robust mutex terminated without unlocking it. The next lock acquirer receives this error.
Call pthread_mutex_consistent() after acquiring the mutex. Verify and repair the shared data. Then unlock normally.
ENOBUFSThe system does not have enough network buffer space to complete the operation.
Exit 0The process completed successfully with no errors.
SIGSTOP (19)The process was unconditionally stopped. This signal cannot be caught or ignored.
ENOSTRA STREAMS-specific operation was attempted on a non-STREAMS file descriptor.
EBADFA file descriptor argument is not a valid open file descriptor or is not open for the requested operation.
SIGINT (2)An interrupt signal was sent, typically by pressing Ctrl+C in the terminal.