Heaps of zend_mm_heap corrupted message on apache error log.

ASap

Verified User
Joined
May 3, 2013
Messages
100
Location
the land of the long white cloud
Wow, my thread disappeared.

I got emergency issue here, my clients' website are receiving random 'Connection reset by peer' issue.

And CloudFlare 520 errors:



Here's what I found on my apache error logs:

Code:
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted

Any help/advices would be highly appreciated.

Thank you.
 
Can you provide the following output, so we know what php version is used, and what modules are added?
Code:
/usr/local/bin/php -v
I'm guessing it might be Zend Guard, but not sure.

Any other modules, like opCache installed?
The very last post in this url mentions it:
https://bugs.php.net/bug.php?id=65590

John
 
@scsi: I've tried that, but seems didn't worked out mate, anyway thank's for replying :)

Can you provide the following output, so we know what php version is used, and what modules are added?
Code:
/usr/local/bin/php -v
I'm guessing it might be Zend Guard, but not sure.

Any other modules, like opCache installed?
The very last post in this url mentions it:
https://bugs.php.net/bug.php?id=65590

John

Hi John, thank's for replying, here's the output you requested:

Code:
root@svr1:~# /usr/local/bin/php -v
PHP 5.6.13 (cli) (built: Sep  9 2015 06:10:44)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
root@svr1:~#

Should I just remove the OPcache to get rid of this issue?
 
Last edited:
Back
Top