EFAULTEFAULT — Bad Address
An invalid memory address was passed to a system call as an argument.
SIGUSR2 (12)A second user-defined signal for application-specific purposes. The default action is to terminate.
This signal was sent explicitly. Applications assign their own meaning, such as log rotation or graceful restart.
Check the application documentation for SIGUSR2 behavior. Install a custom signal handler.
EFAULTAn invalid memory address was passed to a system call as an argument.
EINTRA blocking system call was interrupted by a signal before it could complete.
EROFSAn attempt was made to modify a file or directory on a filesystem that is mounted read-only.
SIGPROF (27)A profiling timer set with setitimer(ITIMER_PROF) expired.
Exit 128An invalid argument was passed to exit, or the process was killed by a signal (128+N).
ECANCELEDAn asynchronous operation was canceled before it completed.