*** glibc detected *** double free or corruption (fasttop): 0x0a99f4f0 ***

psycho

Verified User
Joined
May 16, 2005
Messages
44
Hey mates,

I have a problem with my httpd service, aka apache(v: 1.3)

anyway, it seems that every night about 03:00am the httpd service is crashed, though you can see it's process when writing ps -aux (in ssh console)

And untill I use service httpd restart, it won't be fixed.

I have looked up at error_log and found up this kind of messageS:

[Tue Sep 18 00:11:03 2007] [warn] child process 18667 did not exit, sending another SIGHUP
[Tue Sep 18 00:11:03 2007] [warn] child process 26158 did not exit, sending another SIGHUP
[Tue Sep 18 00:11:04 2007] [warn] child process 26158 still did not exit, sending a SIGTERM
[Tue Sep 18 00:11:09 2007] [error] child process 26158 still did not exit, sending a SIGKILL
[Tue Sep 18 00:11:09 2007] [notice] SIGHUP received. Attempting to restart


*** glibc detected *** double free or corruption (fasttop): 0x0a99f4f0 ***


Allowed memory size of 20971520 bytes exhausted (tried to allocate 215 bytes)
Allowed memory size of 20971520 bytes exhausted (tried to allocate 12 bytes)
Allowed memory size of 20971520 bytes exhausted (tried to allocate 215 bytes)
 
PHP 4.4.7 (cli) (built: May 28 2007 17:59:21)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with eAccelerator v0.9.5.1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
 
Also Try .....

Hey Guys -

I had this error this morning - and wanted to add another thing to try. I got this error after upgrading php (php4 to php5) on a clients server. I forgot to go back into the httpd.conf and remove the references to loading php4 and mod_php4.c

After changing these up - apache came back to life.

If anyone has the same issue while doing a php upgrade, this is probably it.
 
Back
Top