Closed (fixed)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2009 at 10:27 UTC
Updated:
9 Oct 2023 at 11:59 UTC
Jump to comment: Most recent
Comments
Comment #1
gregglesDo any commands work?
drush helpfor example should be pretty simple and just output some data (even if it's an error from drush, getting anything would be useful in debugging the problem).Comment #2
moshe weitzman commentedComment #3
IncrediblyKenzi commentedI ran into something similar when running drush update. This is on a mac running MAMP with php5:
When running under gdb:
Any thoughts?
Cannot access memory at address 0xf06fff60
Comment #4
RockyRoad commentedI have the same issue, with any command arguments, including none.
The funny thing is, don't ask for help to display it :D
HTH
Comment #5
moshe weitzman commentedComment #6
graytech commentedI am having a similar issue. but it only occurs when I use 'drush dl '. I have created a support request at http://drupal.org/node/606828
Did this issue ever get resolved?
~Gray~
Comment #7
graytech commentedComment #8
gregglesIf you created another issue don't re-open this one.
Comment #9
graytech commentedForgive me. I think I may have done that by accident. I'll take more care in the future ;)
btw .. The issue was resolved by updating the libxml library on our server. Drush is working perfectly now.
take care,
~Gray~
Comment #10
mail@victorquinn.com commentedI know this is a bit of an old thread, but I just ran into this problem and solved it and thought I'd post my solution here in case it helps anyone.
My issue was that I needed to use "sudo drush" instead of just "drush."
Sudo-ing stopped the segmentation fault error for a bit longer into the command, but it still occurred. I was stumped until I found this link:
PHP CLI Segmentation Fault PGSQL
Comment #11
Chris CharltonUsing
sudodidn't work for me. This error popped up for me just this morning with no real change done to my system. I am using MAMP and I was getting a mysql.sock error which I fixed through a symlink and it worked before without issue. Now I get "Segmentation fault".Comment #12
kenorb commentedI've got SEGV crash when using var_export() in the code once enabling the module.
See: http://bugs.xdebug.org/view.php?id=850
Comment #13
DaPooch commentedI've seen this before when memory gets scarce on a server with no swapfile enabled. Killing off some bloated processes and restarting others freed up memory and it started working right again.
Comment #14
benjarlett commentedI concur... my site developed a memory full situation, drush stopped working, couldn't work out how to disable anything, used an automated backup to roll site back to before I'd created the memory full situation, and all worked again... i'd say it's a symptom of a memory full situation... it was for me anyway.
Comment #15
dinesh18 commentedI am facing the same issue in PHP 7.0. What could be the issue?
Comment #16
rinku_talukdar commented@Dinesh18 Did you dot some solution? I also got the same issue.
Comment #17
nitin.k commentedHi Guys,
Am getting the below error when i am updating the drupal core from 8.8.1 to 8.9.20.
root@drupal:/var/www/html# drush status
Segmentation fault (core dumped)
drush -d status
Drush bootstrap phase : bootstrap_drupal_database() [0.57 sec, 3.1 MB] [bootstrap]
Successfully connected to the Drupal database. [0.57 sec, 3.1 MB] [bootstrap]
Find command files for phase 4 (max=7) [0.57 sec, 3.1 MB] [debug]
Drush bootstrap phase : bootstrap_drupal_full() [0.57 sec, 3.1 MB] [bootstrap]
About to bootstrap the Drupal 8 Kernel. [0.57 sec, 3.1 MB] [debug]
Segmentation fault (core dumped)
cc: Manmathan M