ERANGEERANGE — Result Too Large
The result of a mathematical function or conversion is too large or too small to be represented.
ENOSYSThe requested system call or function is not implemented on this system.
The kernel does not support the requested system call. This can occur when running software compiled for a newer kernel on an older one, or when a system call is disabled by a seccomp filter.
Check if the system call is supported by your kernel version with uname -r. Update the kernel if necessary. Use an alternative function or a compatibility wrapper.
ERANGEThe result of a mathematical function or conversion is too large or too small to be represented.
SIGPROF (27)A profiling timer set with setitimer(ITIMER_PROF) expired.
EXDEVAn attempt was made to create a hard link across different filesystems.
Exit 139The process crashed due to a segmentation fault (signal 11).
ESPIPEA seek operation was attempted on a file descriptor that does not support seeking.
SIGUSR1 (10)A user-defined signal for application-specific purposes. The default action is to terminate.