-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
symfony/recipes
#677Labels
Description
Symfony version(s) affected: 4.4.0-BETA2
PHP Version: 7.2.17
Description
PHPunit crashed with a segmentation fault.
[21:50:49] coil@Mac-mini-de-COil.local:/Users/coil/Sites/strangebuzz.com$ bin/phpunit --stop-on-failure
#!/usr/bin/env php
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.
Testing Project Test Suite
..fish: 'bin/phpunit --stop-on-failure' terminated by signal SIGSEGV (Address boundary error)
Or when launching with my MakeFile:
[22:02:18] coil@Mac-mini-de-COil.local:/Users/coil/Sites/strangebuzz.com$ make test
bin/phpunit --stop-on-failure
#!/usr/bin/env php
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.
Testing Project Test Suite
..make: *** [test] Segmentation fault: 11
Additional context
The site looks to work without problem, but as I can't run all the tests I can't be sure.
It's seems that failing test-suites contains loops. No error when accessing the URLs with the browser.
May be related :
phpunit-segmentation-fault-11
If you need more information, tell me. COil 🙂