Linux/POSIX ErrorsError
ENOEXECENOEXEC — Exec Format Error
An attempt was made to execute a file that is not in a recognized executable format.
linuxmacosunix
View details SIGVTALRM (26)A virtual timer set with setitimer(ITIMER_VIRTUAL) expired.
The process set a virtual interval timer that counts only user-mode CPU time.
Install a handler for SIGVTALRM. Consider using timer_create() for more flexible CPU time measurement.
ENOEXECAn attempt was made to execute a file that is not in a recognized executable format.
ENOSRThe system ran out of STREAMS resources needed to complete the operation.
SIGKILL (9)The process was unconditionally terminated. This signal cannot be caught, blocked, or ignored.
ECANCELEDAn asynchronous operation was canceled before it completed.
ENOMSGNo message of the requested type is available in the message queue.
SIGURG (23)Urgent or out-of-band data arrived on a socket.