php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56737 Crash when there's no more free memory
Submitted: 2005-12-20 12:23 UTC Modified: 2009-02-16 20:11 UTC
From: serhat at sakarya dot nl Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.1.1 OS: RHEL4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
15 + 33 = ?
Subscribe to this entry?

 
 [2005-12-20 12:23 UTC] serhat at sakarya dot nl
Description:
------------
My APC 3.0.8 installation with PHP 5.1.1/Apache-2.0.55 on AMD64/Linux works quite well, but at some point starts crashing from time to time with these errors:

[Tue Dec 20 11:03:50 2005] [notice] child pid 18360 exit signal Segmentation fault (11)

Looking at the output of apc.php, all 30MB of free memory is used up and there is a lot of fragmentation (48.94%), which means a memory allocation issue is likely.

It should also be noted that one reason for filling up the cache was due to me using include() to output cached HTML snippets.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-24 02:07 UTC] rasmus@php.net
Is this still happening with current CVS?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC