-----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 - -- rcol...@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----- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php