PDA

View Full Version : corrupted double-linked list with RHEL4


IO
09-26-2005, 05:00 PM
php often output this error :
*** glibc detected *** corrupted double-linked list: 0x08199820 ***
Only on RHEL4 with phpLsapi.
I try it on lsws 2.1 and 2.11 with php patch 1.2 and 1.3. I always have this random error.

With the same binairies on RHEL3, there is no error.

Is it a specific problem in my RHEL4 configuration ?
(I try phpLsapi on 3 differents servers, i've got the same error)

mistwang
09-26-2005, 05:49 PM
After searching on the internet I found this, http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/os/RELEASE-NOTES-en.html#id850584
I think you can try increasing the CGI process memory limit under "Server"->"Security" tab.

IO
09-26-2005, 06:59 PM
I see this link in google too ;)

In my configuration there is :
Memory Soft Limit (bytes) 512M
Memory Hard Limit (bytes) 768M

Because eaccelerator memory is set to 256M.

I have no script which consume more than 300M (php script + eaccelerator shared memory)

I understand you can't correct all the specific problem of the users... This configuration work fine with phpFcgi, I will let the script handler to it and I check if it work with phpLsapi in future release.

mistwang
09-26-2005, 07:13 PM
Sure, we will double check the memory allocations/deallocations in lsphp.

IO
10-06-2005, 06:22 PM
It's now OK with lsws 2.1.2 and patch 1.5, thank you.

mistwang
10-06-2005, 07:45 PM
Great! Thanks for the update. :-)