php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49491 [apc-warning] Unable to allocate memory for pool.
Submitted: 2009-09-07 11:07 UTC Modified: 2009-09-07 13:56 UTC
From: gudaykanth at sapplica dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.3.0 OS: centOS
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gudaykanth at sapplica dot com
New email:
PHP Version: OS:

 

 [2009-09-07 11:07 UTC] gudaykanth at sapplica dot com
Description:
------------
[Sat Sep  5 00:45:22 2009] [apc-warning] Unable to allocate memory for pool. in /var/www/html/voxbox/php/getHub.php on line 2.
[Sat Sep  5 00:45:22 2009] [apc-warning] Unable to allocate memory for pool. in /var/www/html/voxbox/php/getHub.php on line 11.


Reproduce code:
---------------
<?
include_once("cert_file_accessor.php");
$response='';
if($Auth_Result == "Failed")
{
        $response='{"status":"Unauthorized Access..."}';
        echo $response;
}
else
{
        include_once("connect_hub.php");



Expected result:
----------------
Execution is working fine. except that whenever the files is called there is a new line in error_log.
Its just increasing the size of the log file.

Actual result:
--------------
Execution is working fine. except that whenever the files is called there is a new line in error_log.
Its just increasing the size of the log file.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-07 13:56 UTC] jani@php.net
Wrong place to report bugs in APC. Do it here:

http://pecl.php.net/bugs/report.php?package=APC
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Sep 22 09:00:01 2025 UTC