#include <setjmp.h>
#include "kernel/mod2.h"
#include "kernel/structs.h"
Go to the source code of this file.
|
| void | init_signals () |
| | init signal handlers and error handling for libraries: NTL, factory
|
| |
◆ init_signals()
init signal handlers and error handling for libraries: NTL, factory
Definition at line 535 of file cntrlc.cc.
536{
537
538#ifdef HAVE_NTL
539#if (((NTL_MAJOR_VERSION==9)&&(NTL_MINOR_VERSION>=3))||(NTL_MAJOR_VERSION>=10))
542#endif
543#endif
544
545
546 #ifdef SIGSEGV
548 #endif
549 #ifdef SIGBUS
551 #endif
552 #ifdef SIGFPE
554 #endif
555 #ifdef SIGILL
557 #endif
558 #ifdef SIGIOT
560 #endif
565}
si_hdl_typ si_set_signal(int sig, si_hdl_typ signal_handler)
meta function for binding a signal to an handler
void sigsegv_handler(int sig)
void WerrorS(const char *s)
void sig_chld_hdl(int)
additional default signal handler
◆ defer_shutdown
◆ do_shutdown
◆ si_restart
◆ si_start_jmpbuf
◆ singular_in_batchmode
◆ siRandomStart