Linux/POSIX ErrorsFatal
EDEADLKEDEADLK — Resource Deadlock Avoided
A resource deadlock would have occurred if the operation had proceeded.
linuxmacosunix
View details SIGPROF (27)A profiling timer set with setitimer(ITIMER_PROF) expired.
The process set a profiling timer counting both user and kernel CPU time.
Install a SIGPROF handler if implementing a profiler. Consider using perf or modern profiling tools instead.
EDEADLKA resource deadlock would have occurred if the operation had proceeded.
ESRCHNo process matching the specified process ID was found.
ENETUNREACHNo route to the destination network exists in the routing table.
E2BIGThe total size of the argument list and environment variables passed to exec() exceeds the system limit.
ENOTBLKA non-block device was specified where a block device is required.
ENOSRThe system ran out of STREAMS resources needed to complete the operation.