-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) 8.1.11 #2725
Comments
Please open a PR. Note that we already test on PHP 5.6 so it would be good to understand when this happens. |
Hello, I have the same problem and I fixed it by commenting the line "apcu_clear_cache'," if it can help. |
Pull request created. |
Drush v8.1.10 also affected, patch from PR solved the issue. |
Lets discuss in the PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm experiencing a
Segmentation fault (core dumped)
error when executingdrush cr
, using drush version 8.1.11 with Drupal 8 on php 5.6.27-0+deb8u1.I've tracked down the issue to a - recently added - user cache clearing.
The problem happen on this line:
Aparently this can be solved by removing the use of array_map as such:
The text was updated successfully, but these errors were encountered: