Update crashhandler.hpp (#110)

Thanks to @graugans
This commit is contained in:
Kjell Hedström 2016-08-11 07:08:41 -06:00 committed by GitHub
parent 86473c60e0
commit 9b8e13bcfe

View File

@ -20,7 +20,7 @@ namespace g3 {
// PUBLIC API:
/** Install signal handler that catches FATAL C-runtime or OS signals
See the wikipedia site for details http://en.wikipedia.org/wiki/SIGFPE
See the this site for example usage: http://www.tutorialspoint.com/cplusplus/cpp_signal_handling.hpptm
See the this site for example usage: http://www.tutorialspoint.com/cplusplus/cpp_signal_handling
SIGABRT ABORT (ANSI), abnormal termination
SIGFPE Floating point exception (ANSI)
SIGILL ILlegal instruction (ANSI)