Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11482 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21524 invoked by uid 1010); 22 Jul 2004 21:26:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21404 invoked from network); 22 Jul 2004 21:26:01 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 22 Jul 2004 21:26:01 -0000 Received: (qmail 9532 invoked from network); 22 Jul 2004 21:26:00 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 22 Jul 2004 21:26:00 -0000 Message-ID: <5.1.0.14.2.20040722142013.02cd0890@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 22 Jul 2004 14:25:57 -0700 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Memory leak From: andi@zend.com (Andi Gutmans) The executor() change from alloca() to emalloc() seems to have introduced a memory leak (found it with --enable-debug). Before I try and fix it, are we reverting back to do_alloca(), free_alloca()? (even though we should see why this memory leak is happening anyway because we don't always use alloca() for do_allocat()). Andi