php - "Segmentation Fault" Error after updating Symfony from 3.2.9 to 3.3.5 with dependencies when running behat tests -


on symfony 3.2.9 run behat no problem, after updating 3.3.5 stop working error: segmentation fault when disable zend.enable_gc error disappears, though can set off in test env only, still bothers me why that?

stan@job ~/phpstormprojects/expo $ composer update symfony/symfony --with-dependencies loading composer repositories package information updating dependencies (including require-dev)
package operations: 3 installs, 17 updates, 0 removals - updating symfony/polyfill-mbstring (v1.3.0 => dev-master 7c8fae0) checking out 7c8fae0ac1 - updating twig/twig (v2.1.0 => 2.x-dev 5ee1d18) checking out 5ee1d1884f - updating symfony/polyfill-util (v1.3.0 => dev-master 5d2fc88) checking out 5d2fc88704 - updating paragonie/random_compat (v2.0.4 => v2.0.10) loading cache - updating symfony/polyfill-php70 (v1.3.0 => dev-master b6482e6) checking out b6482e6897 - updating symfony/polyfill-php56 (v1.3.0 => dev-master e85ebde) checking out e85ebdef56 - updating symfony/symfony (v3.2.9 => v3.3.5) checking out b9a0d3d239 - updating symfony/polyfill-intl-icu (v1.3.0 => dev-master 4aa0b65) checking out 4aa0b65dc7 - updating psr/log (1.0.2 => dev-master 4ebe3a8) checking out 4ebe3a8bf7 - updating psr/cache (1.0.1 => dev-master 78c5a01) checking out 78c5a01ddb - updating doctrine/lexer (v1.0.1 => dev-master cc709ba) checking out cc709ba91e - updating doctrine/inflector (v1.1.0 => dev-master e932b67) checking out e932b67b93 - updating doctrine/collections (v1.4.0 => dev-master d702afb) checking out d702afb7da - updating doctrine/cache (v1.6.1 => dev-master 6ae1365) checking out 6ae1365e2b - updating doctrine/annotations (v1.4.0 => dev-master 2497b1f) checking out 2497b1f9db - updating doctrine/common (v2.7.2 => 2.7.x-dev df88fc8) checking out df88fc8846 - installing psr/simple-cache (dev-master 753fa59) cloning 753fa598e8 cache - installing psr/link (dev-master 131b5c3) cloning 131b5c337d cache - installing fig/link-util (dev-master 1a07821) cloning 1a07821801 cache writing lock file generating autoload files ocramius/package-versions: generating version class... ocramius/package-versions: ...done generating version class incenteev\parameterhandler\scripthandler::buildparameters updating "app/config/parameters.yml" file sensio\bundle\distributionbundle\composer\scripthandler::buildbootstrap sensio\bundle\distributionbundle\composer\scripthandler::clearcache

clearing cache dev environment debug
true

[ok] cache "dev" environment (debug=true) cleared.

sensio\bundle\distributionbundle\composer\scripthandler::installassets

trying install assets relative symbolic links.


  bundle               method / error     

✔ nelmioapidocbundle relative symlink


[ok] assets installed.

sensio\bundle\distributionbundle\composer\scripthandler::installrequirementsfile sensio\bundle\distributionbundle\composer\scripthandler::preparedeploymenttarget


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -