Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7206 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5467 invoked by uid 1010); 20 Jan 2004 22:41:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5443 invoked by uid 1007); 20 Jan 2004 22:41:54 -0000 Message-ID: <20040120224154.5442.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: mep_eisen@web.de Date: Tue, 20 Jan 2004 23:41:17 +0100 References: <200401090011.44840.ilia@prohost.org> <20040109120318.6b6d1cdb.paj@pearfr.org> <20040117142834.89981.qmail@pb1.pair.com> Lines: 16 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 80.139.51.176 Subject: Re: [PHP-DEV] ZE2, dl() and objects From: mep_eisen@web.de (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 way: Compiling php and extensions with debugging (./configure --enable-debug) create some other segfaults at the end of scripts when creating memory leaks. I do not know whether this only touches dynamical loaded extensions (function dl). This nice bug is based on shutdown order too. Since it does not touch productive releases (they should be compiled without --enable-debug) it isn't that important. But nice to know for developers...