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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: serhat at sakarya dot nl
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 07:01:27 2024 UTC