Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29804 invoked by uid 1010); 3 Jul 2004 12:22:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29756 invoked from network); 3 Jul 2004 12:22:21 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.23) by pb1.pair.com with SMTP; 3 Jul 2004 12:22:21 -0000 Received: (qmail 11127 invoked from network); 3 Jul 2004 12:22:20 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.153) by relay3 with SMTP; 3 Jul 2004 12:22:20 -0000 Received: (qmail 15156 invoked from network); 3 Jul 2004 12:18:50 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.138.159]) (envelope-sender ) by mta3 (qmail-ldap-1.03) with SMTP for ; 3 Jul 2004 12:18:50 -0000 Message-ID: <00a701c460f9$15a0f610$0100a8c0@pc07653> To: , "Andi Gutmans" References: <5.1.0.14.2.20040702171649.028b95f8@127.0.0.1> Date: Sat, 3 Jul 2004 13:27:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: [PHP-DEV] Mem leak fix From: nlopess@php.net ("Nuno Lopes") Hello Andi, Since some time ago (I don't remember when), my Apache 2 started crashing when I stop or restart it. I'm using PHP 5 has an apache module and Windows. If I disable the module, apache behaves correctly. The message I get from windows is 'memory could not be "read"'. I know this info isn't enough to trace the error, but as Apache run as a service, I don't know how to attach a debugger to it. (I've never compilled php has an apache module either, just as CGI). Nuno ----- Original Message ----- > Hi, > > As Sterling and others have mentioned, PHP 5 HEAD was leaking badly. > I just commited a fix which I hope works. Can you please check it out and > let me know if there are any problems/crashes? > > Andi