Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61713 invoked by uid 1010); 7 Dec 2007 18:07:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61697 invoked from network); 7 Dec 2007 18:07:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2007 18:07:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:29953] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/62-45053-1CB89574 for ; Fri, 07 Dec 2007 13:07:03 -0500 Received: (qmail 8944 invoked from network); 7 Dec 2007 18:06:54 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 7 Dec 2007 18:06:54 -0000 Message-ID: <47598BAB.1080808@zend.com> Date: Fri, 07 Dec 2007 21:06:35 +0300 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: <698DE66518E7CA45812BD18E807866CEF88FDD@us-ex1.zend.net> <7d5a202f0712031900i386f8964s675da26cc93af3fe@mail.gmail.com> <47550FAB.30002@daylessday.org> <698DE66518E7CA45812BD18E807866CEF890ED@us-ex1.zend.net> <475578BE.40908@daylessday.org> <4755A797.1020905@lerdorf.com> <-4460533375996444588@unknownmsgid> <698DE66518E7CA45812BD18E807866CEF89334@us-ex1.zend.net> <47570A20.8070901@zend.com> <698DE66518E7CA45812BD18E807866CEF895BF@us-ex1.zend.net> <4757D355.2060705@zend.com> <4757DA73.5070308@zend.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Garbage collector patch From: dmitry@zend.com (Dmitry Stogov) hi Derick, all your tests passed for me yesterday with memory_limit=1G. May be it's some fresh non GC related bug :) Try the same test with -dzend.enable_gc=0 and with unpatched PHP. I would very interested in this "bad" test case, if it's really related to GC. Thanks. Dmitry. Derick Rethans wrote: > On Thu, 6 Dec 2007, Dmitry Stogov wrote: > >> Derick Rethans wrote: >>> That doesn't mean it works better for me than the old one either, where I >>> couldn't get it to crash at all ;-) Anyway, did you try to reproduce it with >>> the instructions that I provided? >> Yes I did. I'm looking into the crash. > > I tested the updated patches now, it it's much better. I do however > still get an error: > > Template: > ezcTemplateRegressionTest: > ....................../home/derick/dev/php/php-5.3dev-gc/Zend/zend_hash.c(668) > : ht=0x3cc79338 is being destroyed > > but only after running *lots* of tests[1]. I'll try to rerun it in GDB > to see whether I can get a backtrace, or through valgrind. > > [1] ~/dev/php/php-5.3dev-gc/sapi/cli/php -dzend.enable_gc=1 UnitTest/src/runtests.php -c /home/httpd/html/report -D sqlite://:memory: > > > regards, > Derick >