Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82552 invoked by uid 1010); 10 Sep 2004 22:57:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35799 invoked from network); 10 Sep 2004 22:48:18 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 10 Sep 2004 22:48:18 -0000 Received: (qmail 24043 invoked from network); 10 Sep 2004 22:48:16 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 10 Sep 2004 22:48:16 -0000 Message-ID: <5.1.0.14.2.20040910154750.02d8a260@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 10 Sep 2004 15:48:13 -0700 To: Derick Rethans ,Jacques Marneweck Cc: internals In-Reply-To: References: <4802d05204091001473505949b@mail.gmail.com> <4802d05204091001473505949b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] PHP 4.3.9RC3 From: andi@zend.com (Andi Gutmans) You can also try and use valgrind on it. Good chances are that it's not the memory manager which is causing this problem. At 11:12 AM 9/10/2004 +0200, Derick Rethans wrote: >On Fri, 10 Sep 2004, Jacques Marneweck wrote: > > > Using PHP 4.3.9RC3 I keep getting core dumps every time I run php on a > > development box, which I'm finding strange. > > > > #0 0x0817ac8e in shutdown_memory_manager (silent=1, clean_cache=0) > > at /usr/local/src/php4-STABLE-200409100630/Zend/zend_alloc.c:491 > > 491 REMOVE_POINTER_FROM_LIST(ptr); > > > > How does one go around figuring out how to fix this or what is causing > > this to core dump? > >Provide the full back traces please. Also, does it happen with a >specific script or just always? > >Derick > >-- >Derick Rethans >http://derickrethans.nl | http://ez.no | http://xdebug.org > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php