Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9916 invoked from network); 2 Dec 2014 07:59:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2014 07:59:05 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 217.70.183.198 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.198 relay6-d.mail.gandi.net Received: from [217.70.183.198] ([217.70.183.198:33646] helo=relay6-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/EA-32869-6417D745 for ; Tue, 02 Dec 2014 02:59:04 -0500 Received: from mfilter31-d.gandi.net (mfilter31-d.gandi.net [217.70.178.162]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 738BEFB87D for ; Tue, 2 Dec 2014 08:59:00 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter31-d.gandi.net Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by mfilter31-d.gandi.net (mfilter31-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id UXz8nK1wdEpm for ; Tue, 2 Dec 2014 08:58:58 +0100 (CET) X-Originating-IP: 82.241.130.121 Received: from schrodingerscat.famillecollet.com (pom51-2-82-241-130-121.fbx.proxad.net [82.241.130.121]) (Authenticated sender: contact@ll-experts.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id D1D7CFB87E for ; Tue, 2 Dec 2014 08:58:58 +0100 (CET) Message-ID: <547D7142.8020701@fedoraproject.org> Date: Tue, 02 Dec 2014 08:58:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Test suite results on bigendian From: remi@fedoraproject.org (Remi Collet) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mostly for Dmitry After some work, I can reduce the failed tests number from 111 to 5 :) (configure --disable-all) Those seems related to new mm. => munmap() failed: [22] Invalid argument Any idea on how to debug / fix them ? Thanks, Remi P.S. I have a temporary ppc64 machine, but ono a very slow connection, very hard to debug on it :( ===================================================================== FAILED TEST SUMMARY - --------------------------------------------------------------------- Bug #40770 (Apache child exits when PHP memory limit reached) [Zend/tests/bug40770.phpt] Bug #43128 (Very long class name causes segfault) [Zend/tests/bug43128.phpt] Bug #44069 (Huge memory usage with concatenation using . instead of .=) [Zend/tests/bug44069.phpt] Bug #55509 (segfault on x86_64 using more than 2G memory) [Zend/tests/bug55509.phpt] Stress test $x .= $x [Zend/tests/concat_002.phpt] ===================================================================== $ cat Zend/tests/bug40770.out munmap() failed: [22] Invalid argument Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3145760 bytes) in /home/remi/php-src/Zend/tests/bug40770.php on line 6 $ cat Zend/tests/bug43128.out munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument ok $ cat Zend/tests/bug44069.out munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument ok $ cat Zend/tests/bug55509.out 1 munmap() failed: [22] Invalid argument 2 munmap() failed: [22] Invalid argument 3 munmap() failed: [22] Invalid argument 4 Fatal error: Allowed memory size of 2202009600 bytes exhausted (tried to allocate 536870944 bytes) in /home/remi/php-src/Zend/tests/bug55509.php on line 10 $ cat Zend/tests/concat_002.out munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument munmap() failed: [22] Invalid argument int(33554432) Done - -- rcollet@redhat.com | Senior Software Engineer / BaseOS / WebStack team GPG Key: 0x29F16A18 Fingerprint: 5A0E 6F54 D94D 5732 69EE E3FF 614A 6905 29F1 6A18 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlR9cUIACgkQYUppBSnxahg/JgCgpBOKBPklJhjbgL+fSO2/9Fv4 DDoAoL5Mwy7/vdvoS/T9BDKMYFgNESQG =QgZg -----END PGP SIGNATURE-----