EINTREINTR — Interrupted System Call
A blocking system call was interrupted by a signal before it could complete.
SIGBUS (7)The process attempted an invalid memory access due to misaligned access or accessing a nonexistent physical address.
A misaligned memory access on architectures requiring alignment, accessing mmap regions beyond file size, or accessing memory with no physical backing.
Ensure memory accesses are properly aligned. When using mmap(), do not access beyond file size. Use a debugger to identify the exact access.
EINTRA blocking system call was interrupted by a signal before it could complete.
ETIMEDOUTA connection attempt or network operation failed because the remote host did not respond in time.
SIGUSR1 (10)A user-defined signal for application-specific purposes. The default action is to terminate.
EXDEVAn attempt was made to create a hard link across different filesystems.
ENOLINKA remote resource linked via a network filesystem is no longer accessible.
SIGHUP (1)The controlling terminal was closed or the session leader process ended.