I do come up with the most stupid questions - sorry :)


Thomas Wentzel wrote:
> 
> Erhm all this talk about memory leaks - made me curious.
> How do I go about getting the sort of output, that Wez are showing
> below.
> I suspect that the extension I'm writing on has some severe memory
> issues.
> These issues are occuring in the PHP script, that utilizes my extension.
> Every other reload (or so) it simply crashes in the middle of a larger
> block
> of 'pure' PHP code (nowhere near any reference to my extension).
> 
> Thanks for listening
>   Thomas
> 
> Wez Furlong wrote:
> > zend_hash.c(291) :  Freeing 0x0818E474 (37 bytes), script=leak.php
> > Last leak repeated 1 time
> > zend_hash.c(202) :  Freeing 0x08193D1C (20 bytes), script=leak.php
> > Last leak repeated 1 time
> > ./zend_execute.c(1848) :  Freeing 0x0818E414 (48 bytes), script=leak.php
> > zend_API.c(208) : Actual location (location was relayed)
> > Last leak repeated 1 time
> > ./zend_execute.c(1847) :  Freeing 0x08193F3C (12 bytes), script=leak.php
> > Last leak repeated 1 time
> 
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to