Home
last modified time | relevance | path

Searched refs:ACCEL_LOG_FATAL (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/opcache/
H A Dshared_alloc_win32.c93 zend_accel_error(ACCEL_LOG_FATAL, "Cannot create mutex (error %u)", GetLastError()); in zend_shared_alloc_create_lock()
124 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to read base address", err); in zend_shared_alloc_reattach()
158 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to opcache shared globals", err); in zend_shared_alloc_reattach()
181 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err); in zend_shared_alloc_reattach()
190 zend_win_error_message(ACCEL_LOG_FATAL, "VirtualProtect() failed", err); in zend_shared_alloc_reattach()
251 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to open file mapping", err); in create_segments()
262 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", err); in create_segments()
274 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create file mapping", err); in create_segments()
293 …zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in opcache.mmap_base", err); in create_segments()
309 zend_win_error_message(ACCEL_LOG_FATAL, "Unable to create view for file mapping", err); in create_segments()
[all …]
H A Dzend_accelerator_debug.c62 case ACCEL_LOG_FATAL: in zend_accel_error_va_args()
92 case ACCEL_LOG_FATAL: in zend_accel_error_va_args()
111 ZEND_ASSERT(type == ACCEL_LOG_FATAL || type == ACCEL_LOG_ERROR); in zend_accel_error_noreturn()
H A Dzend_accelerator_debug.h25 #define ACCEL_LOG_FATAL 0 macro
H A Dzend_shared_alloc.c115 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to create opcache lock file in %s: %s (%d)", lo… in zend_shared_alloc_create_lock()
130 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Unable to allocate shared memory segment of %zu bytes:… in no_memory_bailout()
265 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
272 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
286 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
297 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_shared_alloc_startup()
H A Dzend_accelerator_hash.c57 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init()
64 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Insufficient shared memory!"); in zend_accel_hash_init()
H A Dzend_accelerator_blacklist.c63 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Blacklist initialization: no memory\n"); in zend_accel_blacklist_init()
H A DZendAccelerator.c2871 zend_accel_error_noreturn(ACCEL_LOG_FATAL, in zend_accel_init_shm()
3220 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - can't…
3240 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - proba…
3256 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Failure to initialize shared memory structures - canno…
3282 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not enable JIT: could not use reserved buffer!");
3294 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "opcache.file_cache_only is set without a proper settin…
4474 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading is not compatible with dl() function.");
4722 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "\"opcache.preload\" requires \"opcache.preload_user\" …
4729 …zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to getpwnam(\"%s\")", ZCG(accel_dire…
4741 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Preloading failed to fork()");
[all …]
/php-src/ext/opcache/tests/
H A Dlog_verbosity_bug.phpt2 Test ACCEL_LOG_FATAL will cause the process to die even if not logged
5 The resulting ACCEL_LOG_FATAL should cause php to die.
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c54 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not allocate JIT root traces buffer!"); in zend_jit_trace_startup()
58 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not allocate JIT exit groups buffer!"); in zend_jit_trace_startup()
70 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not obtain JIT traces buffer!"); in zend_jit_trace_startup()
74 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not obtain JIT exit groups buffer!"); in zend_jit_trace_startup()
83 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not allocate JIT exit counters buffer!"); in zend_jit_trace_startup()
H A Dzend_jit_ir.c2877 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not enable JIT: could not compile stub"); in zend_jit_setup_stubs()
3139 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not enable JIT: could not compile prologue"); in zend_jit_calc_trace_prologue_size()
3197 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not enable JIT: CPU doesn't support SSE2"); in zend_jit_setup()
3256 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not enable JIT: offset >= size"); in zend_jit_setup()
3279 zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not enable JIT: offset >= size"); in zend_jit_setup()

Completed in 109 milliseconds