Hi,
I'm trying to get a 0 failed test (during fedora build)
For now, php 5.4 is ok (fedora 16-18)
With php 5.5 bug54268.phpt fails.
Seems a regression
This test is defined to run with memory_limit=8M
$ build-cgi/sapi/cli/php -n -d memory_limit=8M Zend/tests/bug54268.php
Segmentation fault
Reducing the memory_limit allow the test to pass :
$ build-cgi/sapi/cli/php -n -d memory_limit=4M Zend/tests/bug54268.php
Fatal error: Allowed memory size of 4194304 bytes exhausted (tried to
allocate 130968 bytes) in ...
So, I propose to lower the memory_limit in the unit test.
Any better proposal ?
Remi.
2013.02.01. 10:02, "Remi Collet" remi@fedoraproject.org ezt írta:
Hi,
I'm trying to get a 0 failed test (during fedora build)
For now, php 5.4 is ok (fedora 16-18)
With php 5.5 bug54268.phpt fails.
Seems a regressionThis test is defined to run with memory_limit=8M
$ build-cgi/sapi/cli/php -n -d memory_limit=8M Zend/tests/bug54268.php
Segmentation faultReducing the memory_limit allow the test to pass :
$ build-cgi/sapi/cli/php -n -d memory_limit=4M Zend/tests/bug54268.php
Fatal error: Allowed memory size of 4194304 bytes exhausted (tried to
allocate 130968 bytes) in ...So, I propose to lower the memory_limit in the unit test.
Any better proposal ?
this sounds like a bug and should be looked into.
Le 01/02/2013 10:30, Ferenc Kovacs a écrit :
2013.02.01. 10:02, "Remi Collet" <remi@fedoraproject.org
$ build-cgi/sapi/cli/php -n -d memory_limit=8M Zend/tests/bug54268.php
Segmentation fault
this sounds like a bug and should be looked into.
For tracking https://bugs.php.net/bug.php?id=64123
Remi.