Searched refs:SIGBUS (Results 1 – 11 of 11) sorted by relevance
/php-src/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 47 #ifdef SIGBUS 48 [SIGBUS] = "SIGBUS",
|
H A D | fpm_children.c | 309 if (last_faults && (WTERMSIG(status) == SIGSEGV || WTERMSIG(status) == SIGBUS)) { in fpm_children_bury()
|
/php-src/Zend/ |
H A D | zend_signal.c | 433 #ifdef SIGBUS in zend_signal_startup() 434 sigdelset(&global_sigmask, SIGBUS); in zend_signal_startup()
|
/php-src/ext/pcntl/ |
H A D | pcntl.stub.php | 166 const SIGBUS = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 354 REGISTER_LONG_CONSTANT("SIGBUS", LONG_CONST(SIGBUS), CONST_PERSISTENT); in register_pcntl_symbols()
|
H A D | pcntl.c | 1105 case SIGBUS: in pcntl_siginfo_to_zval()
|
/php-src/sapi/fpm/ |
H A D | php-fpm.conf.in | 62 ; If this number of child processes exit with SIGSEGV or SIGBUS within the time
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg.c | 1055 case SIGBUS: in phpdbg_signal_handler() 1468 …zend_try { zend_sigaction(SIGBUS, &signal_struct, &PHPDBG_G(old_sigsegv_signal)); } zend_end_try(); in main() 1739 signal(SIGBUS, SIG_DFL); in main()
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 694 (void)sigaction(SIGBUS, &act, NULL); in lsapi_clean_shutdown() 753 (void)sigaction( SIGBUS, &act, NULL); in lsapi_module_main()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 17907 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17926 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17948 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17970 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17992 >>>>>>>>>0xC4 belong 10 - received SIGBUS 18013 >>>>>>>>>0xC4 belong 10 - received SIGBUS
|
H A D | magic | 17907 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17926 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17948 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17970 >>>>>>>>>0xC4 belong 10 - received SIGBUS 17992 >>>>>>>>>0xC4 belong 10 - received SIGBUS 18013 >>>>>>>>>0xC4 belong 10 - received SIGBUS
|
Completed in 149 milliseconds