added SIGFPE to default list of signals that generate a backtrace (where supported)
This commit was SVN r8632.
Этот коммит содержится в:
родитель
d272e02338
Коммит
7eade5b856
@ -83,6 +83,9 @@ int ompi_mpi_register_params(void)
|
||||
#endif
|
||||
#ifdef SIGSEGV
|
||||
SIGSEGV,
|
||||
#endif
|
||||
#ifdef SIGFPE
|
||||
SIGFPE,
|
||||
#endif
|
||||
-1
|
||||
};
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user