Fixing Segmentation Fault Error on CircleCI Try disabling xdebug if you get a segmentation fault error when running php unit tests on CircleCI. Xdebug is installed automatically on some docker images and can cause segfaults during the build process. 1 week ago Programming Laravel Continuous Integration CircleCI