![]() |
Error segfault - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Error segfault (/thread-7279.html) |
Error segfault - irraz - 07-22-2009 10:47 PM I have a errors, when access to a wordpress in one virtualhost: Access success, but, only appear this error when I access a plugin. In other virtual host, the same wordpress with same plugin, is ready ok. Only I have problem with one domain: dmesg: php5-cgi[4481]: segfault at c0b800a1 ip 082a842b sp bfa17ac0 error 5 in php5-cgi[8048000+4bd000] grsec: signal 11 sent to /usr/bin/php5-cgi[php5-cgi:4481] uid/euid:2012/2012 gid/egid:2012/2012, parent /usr/bin/php5-cgi[php5-cgi:4479] uid/euid:2012/2012 gid/egid:2012/2012 apache.error.log: [Wed Jul 22 14:31:21 2009] [notice] mod_fcgid: call /var/www/virtual/xxx.org/htdocs/wp-admin/admin.php with wrapper /var/www/fcgi/xxx.org/php5-fcgi-starter [Wed Jul 22 14:31:21 2009] [notice] mod_fcgid: server /var/www/virtual/xxx.org/htdocs/wp-admin/admin.php(4818) started [Wed Jul 22 14:31:33 2009] [notice] mod_fcgid: process /var/www/virtual/lxx.org/htdocs/index.php(4818) exit(communication error), terminated by calling exit(), return code: 0 Can you help me¿? Thanks!!!!!!!! RE: Error segfault - kilburn - 07-22-2009 11:26 PM This is a php-related problem. Check that the php.ini configurations are the same for the working and non-working domains. Try to disable any php debugger/opcode cache, and provide further info: 1. OS/Distro/Version 2. PHP version / configurations for both working and non-working domains. 3. Complete/matching logs (your dmesg messages refer to pid 4481, while apache.error.log refers to 4818, so you either mangled them or provided non-matching lines. RE: Error segfault - irraz - 07-23-2009 01:04 AM Thanks for a lot... I try copy php.ini the domain is work , but the problem not resolv. (I modify property the php.ini with domain correcty). I try update ispcp 1.0.0 Rc6 to 1.0.0 stable but not resolv my issue. 1. Debian Etch 2. php5 5.2.0-8+etch13 3.logs: php5-cgi[23202]: segfault at c0b800a1 ip 082a928b sp bf959ac0 error 5 in php5-cgi[8048000+483000] grsec: From 213.229.188.136: signal 11 sent to /usr/bin/php5-cgi[php5-cgi:23202] uid/euid:2012/2012 gid/egid:2012/2012, parent /usr/bin/php5-cgi[php5-cgi:23200] uid/euid:2012/2012 gid/egid:2012/2012 The pid 23202 not exist, or only appear for error :-( /var/log/apache2/users tail -f xxx.org-error.log [Wed Jul 22 17:00:17 2009] [notice] mod_fcgid: process /var/www/virtual/xxx.org/htdocs/index.php(23200) exit(communication error), terminated by calling exit(), return code: 0 this line repeat every time... Thanks for your help! (07-22-2009 11:26 PM)kilburn Wrote: This is a php-related problem. Check that the php.ini configurations are the same for the working and non-working domains. Try to disable any php debugger/opcode cache, and provide further info: |