Edit report at https://bugs.php.net/bug.php?id=65029&edit=1
ID: 65029 Updated by: paj...@php.net Reported by: paj...@php.net Summary: Crash with phpinfo(); Status: Open Type: Bug Package: opcache Operating System: Windows PHP Version: 5.5.0RC3 Block user comment: N Private report: N New Comment: Not sure why yet, but accel_shared_globals is not initialized at all for the process where the crash occurs. Previous Comments: ------------------------------------------------------------------------ [2013-06-13 11:59:38] paj...@php.net Forgot to mention, using fcgi (but should happen in TS too, I suspect) ------------------------------------------------------------------------ [2013-06-13 11:58:46] paj...@php.net Description: ------------ Using current 5.5 branch: <?php phpinfo(); ab -c 5 -n 1000 http://127.0.0.1:8080/inf.php crashes: php_opcache.dll!accel_startup(_zend_extension * extension=0x00f429b8) Line 2525 C php5_debug.dll!zend_extension_startup(_zend_extension * extension=0x00f429b8) Line 154 C php5_debug.dll!zend_llist_apply_with_del(_zend_llist * l=0x534b5aa0, int (void *) * func=0x530da620) Line 178 C php5_debug.dll!zend_startup_extensions(...) Line 175 C php5_debug.dll!php_module_startup(_sapi_module_struct * sf=0x010e8000, _zend_module_entry * additional_modules=0x010e80a0, unsigned int num_additional_modules=1) Line 2209 C php-cgi.exe!php_cgi_startup(_sapi_module_struct * sapi_module=0x010e8000) Line 936 C php-cgi.exe!main(int argc=1, char * * argv=0x00f39400) Line 1910 C php-cgi.exe!__tmainCRTStartup() Line 536 C php-cgi.exe!mainCRTStartup() Line 377 C kernel32.dll!@BaseThreadInitThunk@12() Unknown ntdll.dll!___RtlUserThreadStart@8() Unknown ntdll.dll!__RtlUserThreadStart@8() Unknown ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=65029&edit=1