BB>> i have hit on this issue while trying to make a sapi module. my BB>> problem was that memory emalloc-ed _before_ the request got BB>> efree-ed by the memory manager after the request and when i BB>> efree it afterwards a total memory mess occurs (sigsegv, BB>> infinite loop in libc free or something more nasty)... You probably should use plain old malloc when you not inside the request. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- 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-DEV] mailparse email parsing extension for PHP Wez Furlong
- [PHP-DEV] (apparently) leaky zend Wez Furlong
- Re: [PHP-DEV] (apparently) leaky zend Zeev Suraski
- RE: [PHP-DEV] (apparently) leaky zend Wez Furlong
- [PHP-DEV] Leaking references Wez Furlong
- RE: [PHP-DEV] Leaking references Wez Furlong
- Re: [PHP-DEV] Leaking references Zeev Suraski
- RE: [PHP-DEV] Leaking references Wez Furlong
- RE: [PHP-DEV] Leaking references Stanislav Malyshev
- Re: [PHP-DEV] Leaking references Boian Bonev
- Re: [PHP-DEV] efree/emalloc in sa... Stanislav Malyshev
- Re: [PHP-DEV] efree/emalloc in sa... Boian Bonev
- Re: [PHP-DEV] efree/emalloc in sa... Stanislav Malyshev
- Re: [PHP-DEV] efree/emalloc in sa... Boian Bonev
- Re: [PHP-DEV] Leaking references Thomas Wentzel
- Re: [PHP-DEV] Leaking references Thomas Wentzel
- Re: [PHP-DEV] Leaking references Thomas Wentzel
- Re: [PHP-DEV] Leaking references Thomas Wentzel
- Re: [PHP-DEV] Leaking references teo