php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1863 Memory leak in Zend
Submitted: 1999-07-24 21:06 UTC Modified: 1999-08-07 12:14 UTC
From: mlemos at acm dot org Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Latest CVS (24/07/1999) OS: Linux RH 5.2
Private report: No CVE-ID: None
 [1999-07-24 21:06 UTC] mlemos at acm dot org
After running a complex multi-file script with PHP from the command line,
it reported the following memory leaks in Zend's code.  The script is made
of too many files to be worthy to put here.  Anyway, it uses a lot PHP
classes and XML support functions.

test_compiler.php:  Freeing 0x08228A90 (39 bytes), allocated in zend_hash.c on line 175<br>
test_compiler.php:  Last leak repeated 26 times
test_compiler.php:  Freeing 0x082289C8 (4 bytes), allocated in zend_hash.c on line 185<br>
test_compiler.php:  Last leak repeated 26 times

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-26 16:33 UTC] zeev at cvs dot php dot net
We can't really do anything with that...  If you can't cut down
the complexity into something you can send us that still leaks,
there's nothing we can do about it.

These leaks aren't really that important, and we'll weed them out
as time passes by (they're very specific types of leaks).
 [1999-08-07 12:14 UTC] zeev at cvs dot php dot net
Resubmit if this reoccurs and you have more information about where
it may happen...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 20:01:34 2024 UTC