2015-10-16 80 views
0

我在应用程序服务器上遇到“zend_mm_heap损坏”错误。 error_log trace低于zend_mm_heap损坏错误崩溃应用程序服务器

 
[Fri Oct 16 23:25:57 2015] [error] [client "client ip"] zend_mm_heap corrupted 
[Fri Oct 16 23:25:57 2015] [error] [client "client ip"] Premature end of script headers: index.php 
[Fri Oct 16 23:25:57 2015] [error] [client "client ip"] zend_mm_heap corrupted 
[Fri Oct 16 23:25:57 2015] [error] [client "client ip"] Premature end of script headers: index.php 
[Fri Oct 16 23:25:58 2015] [error] [client "client ip"] zend_mm_heap corrupted, referer: http://domain/ 
[Fri Oct 16 23:25:58 2015] [error] [client "client ip"] Premature end of script headers: index.php, referer: http://domain/ 
[Fri Oct 16 23:25:58 2015] [error] [client "client ip"] zend_mm_heap corrupted, referer: http://domain/ 
[Fri Oct 16 23:25:58 2015] [error] [client "client ip"] Premature end of script headers: index.php, referer: http://domain/ 

我试过不同的方法bu没有运气。任何想法如何解决这个问题。 在此先感谢

+3

可能重复[什么是“zend \ _mm \ _heap损坏”的意思](http://stackoverflow.com/questions/2247977/what-does-zend-mm-heap-corrupted-mean) – Luminous

+0

我不'我认为@发光。在发布之前,我已经解决了其他帖子中给出的解决方案。但没有运气。因为我没有OPchache和APC在我的服务器。 – Virendra

回答

0

更新:现在问题已解决。 在应用程序服务器中进行了两项更改以清除问题。 一个重新安装了服务器中使用的框架工作。解决了zend_mm_heap的问题。

其次,从php.ini中删除不需要的homeloader.so扩展,以结束脚本头过早结束的错误:index.php。

相关问题