On POSIX-compliant platforms, SIGFPE is the signal sent to a process when it encounters an arithmetic error, such as division by zero.
On POSIX-compliant platforms, SIGFPE
is the signal sent to a process when it encounters an arithmetic error, such as division by zero.
See Also:
- SIGFPE description in the Wikipedia article on Unix Signals
- division-by-zero