Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12091 invoked from network); 2 Dec 2014 08:12:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Dec 2014 08:12:02 -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.195 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 217.70.183.195 relay3-d.mail.gandi.net Received: from [217.70.183.195] ([217.70.183.195:48184] helo=relay3-d.mail.gandi.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/3B-32869-D447D745 for ; Tue, 02 Dec 2014 03:11:58 -0500 Received: from mfilter32-d.gandi.net (mfilter32-d.gandi.net [217.70.178.163]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id C3A33A80D9 for ; Tue, 2 Dec 2014 09:11:53 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter32-d.gandi.net Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter32-d.gandi.net (mfilter32-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id yMB0atbAlRxO for ; Tue, 2 Dec 2014 09:11:52 +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 relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 3E827A80CB for ; Tue, 2 Dec 2014 09:11:52 +0100 (CET) Message-ID: <547D7447.3030307@fedoraproject.org> Date: Tue, 02 Dec 2014 09:11:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: <547D7142.8020701@fedoraproject.org> In-Reply-To: <547D7142.8020701@fedoraproject.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Test suite results on bigendian From: remi@fedoraproject.org (Remi Collet) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Le 02/12/2014 08:58, Remi Collet a =C3=A9crit : > Mostly for Dmitry >=20 > After some work, I can reduce the failed tests number from 111 to 5 > :) (configure --disable-all) >=20 > Those seems related to new mm. =3D> munmap() failed: [22] Invalid > argument $ gdb sapi/cli/php ... (gdb) break Zend/zend_alloc.c:426 (gdb) break Zend/zend_alloc.c:471 (gdb) run Zend/tests/concat_002.php Breakpoint 2, zend_mm_munmap (addr=3D, size=3D) at /home/remi/php-src/Zend/zend_alloc.c:471 (gdb) bt #0 zend_mm_munmap (addr=3D, size=3D) at /home/remi/php-src/Zend/zend_alloc.c:471 #1 0x00000000101d1260 in zend_mm_chunk_alloc_int (size=3Dsize@entry=3D4198400, alignment=3D2097152) at /home/remi/php-src/Zend/zend_alloc.c:760 #2 0x00000000101d12f0 in zend_mm_chunk_alloc (size=3Dsize@entry=3D419840= 0, heap=3D0x3fffb7800040, alignment=3D2097152) at /home/remi/php-src/Zend/zend_alloc.c:779 #3 0x00000000101d17d8 in zend_mm_alloc_huge (heap=3Dheap@entry=3D0x3fffb7800040, size=3Dsize@entry=3D4194336) at /home/remi/php-src/Zend/zend_alloc.c:1660 #4 0x00000000101d1e2c in zend_mm_alloc_heap (size=3D4194336, heap=3D0x3fffb7800040) at /home/remi/php-src/Zend/zend_alloc.c:1315 #5 zend_mm_realloc_heap (heap=3D0x3fffb7800040, ptr=3D0x3fffb0c00000, size=3D4194336) at /home/remi/php-src/Zend/zend_alloc.c:1553 #6 0x00000000101f8188 in zend_string_realloc (persistent=3D0, len=3D4194304, s=3D0x3fffb0c00000) at /home/remi/php-src/Zend/zend_string.h:165 #7 concat_function (result=3D0x3fffb7813080, op1=3D0x3fffb7813080, op2=3D0x3fffb7813080) at /home/remi/php-src/Zend/zend_operators.c:1567 #8 0x0000000010260178 in zend_binary_assign_op_helper_SPEC_CV_CV (binary_op=3D@0x10412368: 0x101f7fa0 , execute_data=3D0x3fffb7813030) at /home/remi/php-src/Zend/zend_vm_execute.h:43137 #9 0x0000000010247734 in execute_ex (execute_data=3D0x3fffb7813030) at /home/remi/php-src/Zend/zend_vm_execute.h:352 #10 0x00000000102da0a4 in zend_execute (op_array=3D0x3fffb787a000, return_value=3D) at /home/remi/php-src/Zend/zend_vm_execute.h:381 #11 0x00000000102038b4 in zend_execute_scripts (type=3D, retval=3D0x0, file_count=3D) at /home/remi/php-src/Zend/zend.c:1266 #12 0x000000001018b084 in php_execute_script (primary_file=3D0x3fffffffe6d0) at /home/remi/php-src/main/main.c:2563 #13 0x00000000102dbf1c in do_cli (argc=3D, argv=3D0x104411= d0) at /home/remi/php-src/sapi/cli/php_cli.c:978 #14 0x00000000100221cc in main (argc=3D, argv=3D0x104411d0= ) at /home/remi/php-src/sapi/cli/php_cli.c:1356 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlR9dEcACgkQYUppBSnxahiYlgCePpu/+i2uO0uesW7Fs/ifWDts b+oAnR0fMlE3qBkXnJg4w4dpeiAdyPMd =3DGzle -----END PGP SIGNATURE-----