From: mamfelt at gmail dot com Operating system: AIX 6.1 PHP version: 5.3.20 Package: Unknown/Other Function Bug Type: Bug Bug description:make test core dumps on bug63377.php
Description: ------------ make test fails (fatal error) on test 63377 and does not continue with remaining tests. AIX 6.1, two different TL levels, one with 2G RAM and 1.5G paging space one with 9G RAM, 512 MByte paging space michael@x054:[/data/prj/php/php-5.3.20]ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) unlimited stack(kbytes) 4194304 memory(kbytes) unlimited coredump(blocks) 0 nofiles(descriptors) 2000 threads(per process) unlimited processes(per user) unlimited -------- I am aware that AIX has a different HW memory model (10 or 11 256M Byte memory segments, so it may lie in the 3072M limit used in the test. However, I do not really see the system grab that much memory before the test crashes. I will assume it is hard to spot using topas/nmon. The test is also running a loop that is allocating? and writing? 1024 x 1024 x 100 'a' characters (or 22 x 102400k) Some suggestions, read instructions, for: 1) setting up a situation that I can debug this test to see what is failing 2) instructions for the letting make test continue, even though this has failed. 3) instructions on how to skip this test for the time being. Test script: --------------- # ./configure ... # make # make test Expected result: ---------------- that "make test" completes normally, asking to send test results, etc. Actual result: -------------- PASS ZE2 type hinting [tests/lang/type_hints_002.phpt] PASS ZE2 type hinting [tests/lang/type_hints_003.phpt] PASS Bug #46897: ob_flush() should fail to flush unerasable buffers [tests/output/bug46897.phpt] TEST 630/9330 [tests/output/bug63377.phpt] Fatal error: Out of memory (allocated 213647360) (tried to allocate 209715545 bytes) in /data/prj/php/php-5.3.20/run-tests.php on line 1818 -- Edit bug report at https://bugs.php.net/bug.php?id=63867&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=63867&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=63867&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=63867&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=63867&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=63867&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=63867&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=63867&r=needscript Try newer version: https://bugs.php.net/fix.php?id=63867&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=63867&r=support Expected behavior: https://bugs.php.net/fix.php?id=63867&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=63867&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=63867&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=63867&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63867&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=63867&r=dst IIS Stability: https://bugs.php.net/fix.php?id=63867&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=63867&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=63867&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=63867&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=63867&r=mysqlcfg