Linux/POSIX chybyVarování
EINTREINTR — Interrupted System Call
A blocking system call was interrupted by a signal before it could complete.
linuxmacosunix
Zobrazit podrobnosti ENOMSGNo message of the requested type is available in the message queue.
A call to msgrcv() with IPC_NOWAIT found no message matching the requested type in the System V message queue.
Wait for a message without IPC_NOWAIT if blocking is acceptable. Check that the message type parameter matches what senders are using.
EINTRA blocking system call was interrupted by a signal before it could complete.
ECONNREFUSEDNo process is listening on the target address and port, so the connection was actively refused.
Exit 126The command was found but is not executable.
SIGXCPU (24)The process exceeded its soft CPU time limit.
ENOTDIRA component used as a directory in a pathname is not actually a directory.
ENOLCKThe system has exhausted its pool of file locks.