Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86982 invoked from network); 6 Feb 2014 15:40:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2014 15:40:47 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.45 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.45 mail-qa0-f45.google.com Received: from [209.85.216.45] ([209.85.216.45:55637] helo=mail-qa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/A3-00209-EFCA3F25 for ; Thu, 06 Feb 2014 10:40:47 -0500 Received: by mail-qa0-f45.google.com with SMTP id ii20so2937570qab.4 for ; Thu, 06 Feb 2014 07:40:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GxMzjYcbwCPbtsoKOAq/eGyC9Ozv8B6WP7ZGpXoOiRE=; b=rwD2P185wonWyV2WVNkfAxQdftrxIlPp4fDXgZ/2xUZ+b2a9CMxN/R8ItScpFfBkL6 5BRg8EytLYRvktXRljDXcYWPG19MEjBSXok8C0jWG96eTZbIzk/o5FQpeQCqTRqrDMMX tDkVSO2swrikClZxCwv46Ms/9YFab+63kE9cCLNXspJ84GmJ9znqYDAwcXKf/CYj4Kck 4TULAexbGny7vDcIn+T41k7cRnK9m53HcbHzlDDwbCDTNBjELdAHvcifaH7RpdepSaz6 hwBDpehJTVni9n1B+VuK+csVvoFSopz2dCfOnvO3K6K1tuRMEnGK1/sDZvqybEaEHFMH NpvQ== MIME-Version: 1.0 X-Received: by 10.224.75.138 with SMTP id y10mr13670258qaj.72.1391701239720; Thu, 06 Feb 2014 07:40:39 -0800 (PST) Received: by 10.140.96.70 with HTTP; Thu, 6 Feb 2014 07:40:39 -0800 (PST) Date: Thu, 6 Feb 2014 16:40:39 +0100 Message-ID: To: Bob Weinand , Tjerk Meesters , PHP Internals Content-Type: multipart/alternative; boundary=001a11c309ea07202704f1beb201 Subject: memory leak in the new power operator tests From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c309ea07202704f1beb201 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, After Bob merged the pow related changes, executing the new tests with --enable-debug I've got two memory leaks: [tyrael@Ferencs-MacBook-Pro-135 php-src.git (PHP-5.6.0 =E2=9C=97)]$ cat ext/standard/tests/math/pow_variation1_64bit.diff ext/standard/tests/math/pow_variation2.diff 083+ [Thu Feb 6 16:20:51 2014] Script: '/Users/tyrael/checkouts/php-src.git/ext/standard/tests/math/pow_variation= 1_64bit.php' 084+ /Users/tyrael/checkouts/php-src.git/Zend/zend_API.c(314) : Freeing 0x10D280C50 (72 bytes), script=3D/Users/tyrael/checkouts/php-src.git/ext/standard/tests/math/pow_va= riation1_64bit.php 085+ /Users/tyrael/checkouts/php-src.git/Zend/zend_variables.c(141) : Actual location (location was relayed) 086+ =3D=3D=3D Total 1 memory leaks detected =3D=3D=3D083+ [Thu Feb 6 16:2= 0:51 2014] Script: '/Users/tyrael/checkouts/php-src.git/ext/standard/tests/math/pow_variation= 2.php' 084+ /Users/tyrael/checkouts/php-src.git/Zend/zend_API.c(314) : Freeing 0x10CB8CBE0 (72 bytes), script=3D/Users/tyrael/checkouts/php-src.git/ext/standard/tests/math/pow_va= riation2.php 085+ /Users/tyrael/checkouts/php-src.git/Zend/zend_variables.c(141) : Actual location (location was relayed) 086+ =3D=3D=3D Total 1 memory leaks detected =3D=3D=3D% not sure if these were originally in the PR or just something went wrong with the merge/cherry pick, but would be nice if somebody could look into it. thanks! --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c309ea07202704f1beb201--