help with log

txt3rob

Verified User
Joined
Jan 16, 2007
Messages
101
Code:
[Mon Mar  5 16:31:28 2007] [notice] child pid 10379 exit signal Segmentation fault (11)
*** glibc detected *** double free or corruption (!prev): 0x0a37fb88 ***
[Mon Mar  5 16:32:31 2007] [notice] child pid 10703 exit signal Aborted (6)
*** glibc detected *** double free or corruption (!prev): 0x0a434e70 ***
[Mon Mar  5 16:34:09 2007] [notice] child pid 22874 exit signal Aborted (6)
[Mon Mar  5 16:34:14 2007] [notice] child pid 12631 exit signal Segmentation fault (11)
*** glibc detected *** double free or corruption (!prev): 0x0a1ee2c8 ***
*** glibc detected *** double free or corruption (!prev): 0x0a44ec10 ***
[Mon Mar  5 16:35:53 2007] [notice] child pid 10041 exit signal Aborted (6)
[Mon Mar  5 16:35:55 2007] [notice] child pid 12632 exit signal Aborted (6)
[Mon Mar  5 16:40:28 2007] [notice] child pid 12618 exit signal Segmentation fault (11)
[Mon Mar  5 16:42:12 2007] [notice] child pid 10085 exit signal Segmentation fault (11)
[Mon Mar  5 16:42:14 2007] [notice] child pid 10135 exit signal Segmentation fault (11)

any one able to help and tell me what could be the problem?
 
Do you have APC, Zend Optimizer, xCache or eAccelerator? Try to disable one of these.
 
i think i had you install eAccelerator on my server not to long ago.
 
Code:
[Mon Mar  5 16:31:28 2007] [notice] child pid 10379 exit signal Segmentation fault (11)
*** glibc detected *** double free or corruption (!prev): 0x0a37fb88 ***[/QUOTE]This is a common problem with ZendOptimizer (ZO). Remove ZendOptimizer, re-install the newest version of ZO compatible with your Php engine. APC doesn't agree with ZO very much, and you might want to disable APC if installed.
 
standard zend is installed with the normal DA apache config :S
can you point me a guide to uninstall it as i dont wish to remove lines from my php.ini and mess things up

http://www.3phonestuff.com/info.php my phpinfo file if this is any help
 
Last edited:
before i do a rebuld of php would the error in the logs prevent the me accessing the system via ssh as it keeps locking me out and i have to switch off the server for 3 mins then retry
 
Why didn't you restart the sshd daemon via DirectAdmin? If you want to use APC, you should only comment *.optimizer lines, you can leave the loader.
 
what ever it is is causing my whole server to be slow its not zend.
SSH/MYSQL/apache/ etc are all slow

ping time is fine also :S

i belive something is killing my memory what should i do to check and prevent anything like that killing my memory on my server?
 
Last edited:
its apache my server has been online for 15 mins and i've got this many connections to the server via apache already

pid 4000 4044 4065 4759 4762 4935 5028 5039 5075 5527 5754 5839 5897 5898 5911 5929 5930 5982 6237 6250 6299 6315 6533 6637 6638 6656 6657 6666 6669 6920 6927 6928 6962 6964 7110 7111 7112 7509 7523 7524 7530 7548 7678 7718 8015 8048 8057 8059 8061 8062 8064 8067 8196 8201 8205 8206 8207 8208 8209 8210 8212 8485 8491 8492 8496 8498 8740 8747 8754 8755 8756 8757 8760 8761 9065 9075 9082 9083 9095 9139 9160 9199 9503 9754 9774 9793 9834 987

and only one site on the server!
 
Try lowering KeepAliveTimeout and Timeout values in /etc/httpd/conf/httpd.conf and restart apache.
 
Back
Top