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. Jan 11, 2021 Programming Laravel Continuous Integration CircleCI