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
 [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: Tue May 07 22:01:30 2024 UTC