PHPUnit gets segmentation fault

Gzimos

New Member
Trying to get started using phpunit and can't get it installed/setup properly. When I run it command line I get a segmentation fault.\[code\]Environment:OSX 10.6.4PHP 5.3.2 (cli) (built: Aug 7 2010 00:04:41) About pear.phpunit.de/PHPUnit-3.4.9\[/code\]I tried disabling xdebug in php.ini and still got the error - the only difference was it wasn't appearing in the crash report. I had a macports install of php, I removed that. I also removed phpunit and reinstalled it. Here are the details:\[code\]Process: php [13366]Path: /usr/bin/phpIdentifier: phpVersion: ??? (???)Code Type: X86-64 (Native)Parent Process: bash [12089]Date/Time: 2010-10-04 09:40:08.035 -0400OS Version: Mac OS X 10.6.4 (10F569)Report Version: 6Exception Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: 0x000000000000000d, 0x0000000000000000Crashed Thread: 0 Dispatch queue: com.apple.main-threadThread 0 Crashed: Dispatch queue: com.apple.main-thread0 inclued.so 0x0000000100bf3e44 inclued_op_ZEND_ADD_INTERFACE + 3081 php 0x000000010033c4bd ZEND_USER_OPCODE_SPEC_HANDLER + 292 php 0x000000010033984d execute + 5853 xdebug.so 0x0000000100d05f11 xdebug_execute + 30794 php 0x0000000100347cd6 ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 9225 php 0x000000010033984d execute + 5856 xdebug.so 0x0000000100d05f11 xdebug_execute + 30797 php 0x0000000100347cd6 ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 9228 php 0x000000010033984d execute + 5859 xdebug.so 0x0000000100d05f11 xdebug_execute + 307910 php 0x0000000100347cd6 ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 92211 php 0x000000010033984d execute + 58512 xdebug.so 0x0000000100d05f11 xdebug_execute + 307913 php 0x0000000100347cd6 ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 92214 php 0x000000010033984d execute + 58515 xdebug.so 0x0000000100d05f11 xdebug_execute + 307916 php 0x0000000100318558 zend_execute_scripts + 37617 php 0x00000001002caec5 php_execute_script + 73218 php 0x0000000100394b9c main + 364619 php 0x0000000100001164 start + 52\[/code\]Any help is much appreciated!
Thanks
-Doug
 
Back
Top