SIGSTOP (19)SIGSTOP (19) — Stop Signal
The process was unconditionally stopped. This signal cannot be caught or ignored.
ENOLCKThe system has exhausted its pool of file locks.
The kernel's file lock table is full. This is rare on modern systems but can occur when many processes simultaneously request file locks.
Reduce the number of simultaneous file locks. Close files that no longer need locking. Check for lock leaks in your application.
SIGSTOP (19)The process was unconditionally stopped. This signal cannot be caught or ignored.
ENODEVThe requested device type or device driver is not available in the system.
E2BIGThe total size of the argument list and environment variables passed to exec() exceeds the system limit.
SIGALRM (14)A timer set with alarm() or setitimer() has expired.
EDOMA mathematical function received an argument outside its defined domain.
ENOSRThe system ran out of STREAMS resources needed to complete the operation.