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
|
#endif
|
||||||
#ifdef SIGSEGV
|
#ifdef SIGSEGV
|
||||||
SIGSEGV,
|
SIGSEGV,
|
||||||
|
#endif
|
||||||
|
#ifdef SIGFPE
|
||||||
|
SIGFPE,
|
||||||
#endif
|
#endif
|
||||||
-1
|
-1
|
||||||
};
|
};
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user