Skip to content

Instantly share code, notes, and snippets.

@prolic
Created March 9, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prolic/cd32a2469eda74bb005c to your computer and use it in GitHub Desktop.
Save prolic/cd32a2469eda74bb005c to your computer and use it in GitHub Desktop.
amqp seg fault
git clone https://github.com/prolic/HumusAmqp
cd HumusAmqp
composer install
php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-html=html
// output
PHPUnit 5.2.10 by Sebastian Bergmann and contributors.
Runtime: PHP 7.0.3 with Xdebug 2.4.0
Configuration: /home/sasa/test/HumusAmqp/phpunit.xml.dist
..................................[1] 5046 segmentation fault (core dumped) php -dzend_extension=xdebug.so ./vendor/bin/phpunit --coverage-html=html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment