Hi,
I am struggling with some weird issues on a Magento site. For the most part it works fine, but certain actions cause a 503 error. I have enabled LSAPI core dumps and using gdb I have found the following:
I understand this is probably outside LSWS control, however, I wanted to ask here anyway as I know there are a lot of knowledgeable guys around. Is this a bug in PHP or Zend Framework?
I am running LSWS 4.2.20 with LSAPI 6.7. PHP 5.4.37.
Any help is appreciated.
I am struggling with some weird issues on a Magento site. For the most part it works fine, but certain actions cause a 503 error. I have enabled LSAPI core dumps and using gdb I have found the following:
Code:
Core was generated by `lsphp5:/home/<user>/public_html'.
Program terminated with signal 11, Segmentation fault.
#0 0x000000000082fe6d in zend_parse_va_args ()
bt
#0 0x000000000082fe6d in zend_parse_va_args ()
#1 0x0000000000831955 in zend_parse_parameters ()
#2 0x000000000074ed43 in zif_strpos ()
#3 0x000000000089f0fc in zend_do_fcall_common_helper_SPEC ()
#4 0x0000000000892de0 in execute ()
...
I am running LSWS 4.2.20 with LSAPI 6.7. PHP 5.4.37.
Any help is appreciated.