php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12361 zend_alloc.c fails to track AG(allocated_memory) properly
Submitted: 2001-07-25 08:00 UTC Modified: 2001-12-14 15:40 UTC
From: jonesd at mps dot ohio-state dot edu Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: All
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jonesd at mps dot ohio-state dot edu
New email:
PHP Version: OS:

 

 [2001-07-25 08:00 UTC] jonesd at mps dot ohio-state dot edu
The shutdown_memory_manager function in 4.0.6 version of
zend_alloc.c produces a 'false' memory leak so that 
programs designed to handle multiple requests will
eventually get script failures due to emalloc failing
because it wrongly thinks you've reached your memory limit.





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-14 14:39 UTC] yohgaki@php.net
Do you still have problem with 4.1.0?
If yes, could you provide short script?
 [2001-12-14 15:40 UTC] derick@php.net
This is fixed, there is even a patch for 4.0.6 available from the website (www.php.net/downloads.php).

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 18:01:34 2024 UTC