Validation: PHPUnit segmentation fault error
Hey guys.
When I try to run the tests, the output that I get is the following:
phpunit .
PHPUnit 3.7.6 by Sebastian Bergmann.
Configuration read from /Users/drgomesp/Sites/validation/tests/phpunit.xml
............................................................... 63 / 767 ( 8%)
............................................................... 126 / 767 ( 16%)
............................................................... 189 / 767 ( 24%)
............................................................... 252 / 767 ( 32%)
............................................................... 315 / 767 ( 41%)
............................................................... 378 / 767 ( 49%)
............................................................... 441 / 767 ( 57%)
............................................................... 504 / 767 ( 65%)
............................................................... 567 / 767 ( 73%)
............................................................... 630 / 767 ( 82%)
............................................................... 693 / 767 ( 90%)
........................................................SSSSSSS 756 / 767 ( 98%)
S....[1] 8217 segmentation fault phpunit .
I know this problem is not related to PHPUnit.
Have you guys had this problem before as well?
My environment is:
PHP 5.4.7 (cli) (built: Oct 12 2012 09:43:34) Copyright © 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright © 1998-2012 Zend Technologies with Xdebug v2.2.1, Copyright © 2002-2012, by Derick Rethans
About this issue
- Original URL
- State: closed
- Created 12 years ago
- Reactions: 1
- Comments: 28 (17 by maintainers)
Hi! Try turning off xdebug, it’s a known issue (though I’m not sure if there’s any ticket open for that). It seems that the xdebug improved stack doesn’t play well with the ammount of Exceptions we handle in Respect\Validation, never reported that to xdebug as well.