Program Error Signals (The GNU C Library)
Program Error Signals (The GNU C Library)
[Contents][Index]
The default action for all of these signals is to cause the process to
terminate. If you block or ignore these
signals or establish handlers
for them that return normally, your program will probably break horribly
when
such signals happen, unless they are generated by raise or
kill instead of a real error.
FPE_FLTOVF_TRAP
Decimal overflow trap. (Only a few machines have decimal arithmetic and
C never uses it.)