Date: 08/31/01
- Next message: Zeev Suraski: "Re: [PHP-DEV] Tiny leak with append file?"
- Previous message: sander <email protected>: "[PHP-DEV] Bug #10443 Updated: PHP Crashes when it opens complicated pages"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Tiny leak with append file?"
- Maybe reply: Zeev Suraski: "Re: [PHP-DEV] Tiny leak with append file?"
- Reply: Wez Furlong: "Re: [PHP-DEV] Tiny leak with append file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm seeing this in the output of my cron jobs:
./zend_execute.c(1434) : Freeing 0x087FD474 (1 bytes), script=dodeletes.php
Last leak repeated 10893 times
The number of repeats is proportional to how much work the scripts need
to do; it varies from 1 up to whatever (like 10893!).
If I put "exit();" at the end of my script (or anywhere else in the script),
I don't see the leak.
I don't use anything that might eval(), AFAICT.
Strange.
--Wez.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zeev Suraski: "Re: [PHP-DEV] Tiny leak with append file?"
- Previous message: sander <email protected>: "[PHP-DEV] Bug #10443 Updated: PHP Crashes when it opens complicated pages"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Tiny leak with append file?"
- Maybe reply: Zeev Suraski: "Re: [PHP-DEV] Tiny leak with append file?"
- Reply: Wez Furlong: "Re: [PHP-DEV] Tiny leak with append file?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

