2012-01-24 285 views
1

Possible Duplicate:
What does 「zend_mm_heap corrupted」 meanPHP zend_mm_heap損壞

下午好。

有在大型項目中的一個問題。在Apache日誌寫入錯誤:

[Tue Jan 24 15:06:32 2012] [notice] child pid 24326 exit signal Segmentation fault (11) zend_mm_heap corrupted
[Tue Jan 24 15:09:02 2012] [notice] child pid 24485 exit signal Segmentation fault (11)
zend_mm_heap corrupted
zend_mm_heap corrupted

而且有很多。

你怎麼能在任何PHP腳本這個錯誤,什麼網址趕上?

回答

3

這不是一個PHP語言的錯誤,你會不會抓住它PHP腳本中,或與特定的URL。

這是Zend內存管理器崩潰,即PHP模塊本身的內部。

Also you should learn to search before asking a question - 或者至少告訴我們,你已經嘗試了什麼。

+0

一般問題示出了在負載下,經過大約每秒30-40請求。 禁用APC不起作用。 但是代碼是使用「未設置」爲陣列。試圖刪除它們。 – user1166878