Our users were getting loads of core dumps appearing in their webspace which we have been cleaning out for about 5 days.
php -v was showing this;
PHP 4.4.2 (cli) (built: Mar 28 2006 20:10:58)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.0, Copyright (c) 1998-2006, by Zend Technologies
*** glibc detected *** corrupted double-linked list: 0x08411120 ***
Aborted (core dumped)
By chance i commented out the zend directives from php.ini and restarted it. No more error.
PHP 4.4.2 (cli) (built: Mar 28 2006 20:10:58)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technolo
So if your wondering about all those core files i suggest you remove this version of Zend and install an earlier version as there seems to be some serious issues with it. We are also runnning RHEL4 on this server if that matters.
php -v was showing this;
PHP 4.4.2 (cli) (built: Mar 28 2006 20:10:58)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.0, Copyright (c) 1998-2006, by Zend Technologies
*** glibc detected *** corrupted double-linked list: 0x08411120 ***
Aborted (core dumped)
By chance i commented out the zend directives from php.ini and restarted it. No more error.
PHP 4.4.2 (cli) (built: Mar 28 2006 20:10:58)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technolo
So if your wondering about all those core files i suggest you remove this version of Zend and install an earlier version as there seems to be some serious issues with it. We are also runnning RHEL4 on this server if that matters.
Last edited: