Re: [PHP-DEV] ZE2, dl() and objects

2004-01-20 Thread Martin Eisengardt
The bug is postet at #26945. I created some sample extensions and scripts to reproduce segfaults. They create some nice debugging output. One could ask me to get the sources. Please use this bug as subject of your email to not get into my spam filter ;-) I hope this bug will be fixed soon. By the

Re: [PHP-DEV] ZE2, dl() and objects

2004-01-17 Thread Cristiano Duarte
On Fri, 09 Jan 2004 12:03:18 +0100, Pierre-Alain Joye wrote: > I do not know if that can help but adding $a=null; obviously do not > crash. > > Am I the only one to get such problem within an extension? That makes > hard to track down the leaks or things like that (in debug mode). No Pierre. I'm

Re: [PHP-DEV] ZE2, dl() and objects

2004-01-17 Thread Martin Eisengardt
Pierre-Alain Joye wrote: >> It seems there is a problem in either the PHP's shutdown sequence in >> php_request_shutdown() or destrutor order in ZE2. The problem is quite >> simple, I did some debugging and got a segfault in zend_variables.c:61 ZEND_OBJ_HT_P(zvalue)->del_ref(zavlue TSRMLS_

Re: [PHP-DEV] ZE2, dl() and objects

2004-01-09 Thread Pierre-Alain Joye
On Fri, 9 Jan 2004 00:11:44 -0500 Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > It seems there is a problem in either the PHP's shutdown sequence in > php_request_shutdown() or destrutor order in ZE2. The problem is quite > simple, Thanks to point it out :-) Simple but difficult to figure out w