From:             mail dot skeletor at gmail dot com
Operating system: Solaris
PHP version:      5.4.8
Package:          FPM related
Bug Type:         Bug
Bug description:php-fpm is hangup

Description:
------------
Hello.
Our system is Solaris 11 with nginx+php-fpm.
Sometimes our programmer execute a few scripts which generate an exeptions
which 
doesn't processed by the application and that's why hangup a php-fpm. I try
to 
use version 5.4.3 and 5.4.8, but it still hangup. 
When we use version 5.3.9 - exections was generated, but php-fpm didn't
hangup.

Also, i try to disable a xdebug, rebuild with gcc/solaris studio but it
nothing 
changes.

php build with this parametres:

--with-mysql=/usr/mysql --enable-embedded-mysqli --with-gd
--with-jpeg-dir=/usr 
--enable-session --enable-sockets --with-openssl --with-iconv
--enable-mbstring 
--enable-exif --with-zlib --enable-fpm --with-curl

build arch is amd64


Actual result:
--------------
Reading symbols from /lib/amd64/libelf.so.1...done.
Loaded symbols for /lib/64/libelf.so.1
Reading symbols from /usr/lib/security/amd64/pkcs11_kernel.so.1...done.
Loaded symbols for /usr/lib/security/64/pkcs11_kernel.so.1
Reading symbols from /lib/amd64/ld.so.1...done.
Loaded symbols for /lib/amd64/ld.so.1
Core was generated by `/usr/php54/sbin/php-fpm -y
/usr/php54/etc/php-fpm.conf'.
Program terminated with signal 11, Segmentation fault.
[New process 89458 ]
#0 0x000000000093f2eb in zend_fetch_var_address_helper_SPEC_CONST_VAR ()
(gdb) bt
#0 0x000000000093f2eb in zend_fetch_var_address_helper_SPEC_CONST_VAR ()
#1 0x0000000000938c81 in execute ()
#2 0xfffffd7f923747b7 in xdebug_execute () from 
/usr/php54/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
#3 0x00000000009394c7 in zend_do_fcall_common_helper_SPEC ()
#4 0x0000000000938c81 in execute ()
#5 0xfffffd7f923747b7 in xdebug_execute () from 
/usr/php54/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
#6 0x00000000008fa118 in zend_call_function ()
#7 0x00000000009222b1 in zend_call_method ()
#8 0x00000000007d0672 in zif_spl_autoload_call ()
#9 0x00000000008fa080 in zend_call_function ()
#10 0x00000000008fa8d4 in zend_lookup_class_ex ()
#11 0x000000000091170f in zend_is_callable_check_class ()
#12 0x0000000000912811 in zend_is_callable_ex ()
#13 0x00000000008f9605 in zend_call_function ()
#14 0x00000000008f93f3 in call_user_function_ex ()
#15 0x00000000008f92e7 in call_user_function ()
#16 0x00000000007c16d4 in ps_call_handler ()
#17 0x00000000007c1c0a in ps_write_user ()
#18 0x00000000007b8edf in php_session_save_current_state ()
#19 0x00000000007be9e8 in zm_deactivate_session ()
#20 0x0000000000910c1a in zend_deactivate_modules ()
#21 0x0000000000898073 in php_request_shutdown ()
#22 0x00000000009859b1 in main ()
(gdb) where
#0 0x000000000093f2eb in zend_fetch_var_address_helper_SPEC_CONST_VAR ()
#1 0x0000000000938c81 in execute ()
#2 0xfffffd7f923747b7 in xdebug_execute () from 
/usr/php54/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
#3 0x00000000009394c7 in zend_do_fcall_common_helper_SPEC ()
#4 0x0000000000938c81 in execute ()
#5 0xfffffd7f923747b7 in xdebug_execute () from 
/usr/php54/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so
#6 0x00000000008fa118 in zend_call_function ()
#7 0x00000000009222b1 in zend_call_method ()
#8 0x00000000007d0672 in zif_spl_autoload_call ()
#9 0x00000000008fa080 in zend_call_function ()
#10 0x00000000008fa8d4 in zend_lookup_class_ex ()
#11 0x000000000091170f in zend_is_callable_check_class ()
#12 0x0000000000912811 in zend_is_callable_ex ()
#13 0x00000000008f9605 in zend_call_function ()
#14 0x00000000008f93f3 in call_user_function_ex ()
#15 0x00000000008f92e7 in call_user_function ()
#16 0x00000000007c16d4 in ps_call_handler ()
#17 0x00000000007c1c0a in ps_write_user ()
#18 0x00000000007b8edf in php_session_save_current_state ()
#19 0x00000000007be9e8 in zm_deactivate_session ()
#20 0x0000000000910c1a in zend_deactivate_modules ()
#21 0x0000000000898073 in php_request_shutdown ()
#22 0x00000000009859b1 in main ()


-- 
Edit bug report at https://bugs.php.net/bug.php?id=63441&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63441&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63441&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63441&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63441&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63441&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63441&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63441&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63441&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63441&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63441&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63441&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63441&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63441&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63441&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63441&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63441&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63441&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63441&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63441&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63441&r=mysqlcfg

Reply via email to