version 1.188, 2016/10/11 11:57:02
|
version 1.190, 2016/10/11 12:02:46
|
Line 27
|
Line 27
|
#pragma GCC diagnostic push |
#pragma GCC diagnostic push |
#pragma GCC diagnostic ignored "-Wclobbered" |
#pragma GCC diagnostic ignored "-Wclobbered" |
|
|
#ifdef BROKEN_SIGSEGV |
|
# undef HAVE_STACK_OVERFLOW_RECOVERY |
|
# undef HAVE_SIGSEGV_RECOVERY |
|
#endif |
|
|
|
|
|
/* |
/* |
================================================================================ |
================================================================================ |
Line 2457 rplinit(int argc, char *argv[], char *en
|
Line 2452 rplinit(int argc, char *argv[], char *en
|
|
|
if (debug == d_faux) |
if (debug == d_faux) |
{ |
{ |
# if defined(HAVE_SIGSEGV_RECOVERY) |
# ifdef HAVE_SIGSEGV_RECOVERY |
if (sigsegv_install_handler(interruption_violation_access) != 0) |
if (sigsegv_install_handler(interruption_violation_access) != 0) |
{ |
{ |
# ifndef SEMAPHORES_NOMMES |
# ifndef SEMAPHORES_NOMMES |