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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 11:01:33 2024 UTC