2013.02.01. 10:02, "Remi Collet" <r...@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 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 ?

this sounds like a bug and should be looked into.

Reply via email to