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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
18 - 9 = ?
Subscribe to this entry?

 
 [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

Pull Requests

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 Oct 31 23:01:28 2024 UTC