-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
vagrant-share.rb:10: [BUG] Segmentation fault #9220
Comments
Hi @traumschule - Could you please run the following command, and then install the hostmanager plugin?
Thanks! |
Thanks for looking into this!
Here is the content of ./scripts/vagrant/install.sh:
Downgrading vagrant solves this bug: echo "Downgrade vagrant to avoid https://github.com/hashicorp/vagrant/issues/9220"
apt-get install vagrant=1.9.1+dfsg-1 virtualbox=5.1.30-dfsg-1~bpo9+1 \
python3{,-minimal}=3.5.3-1 libpython3-stdlib=3.5.3-1 |
Hi...just from the output you shared it looks like you're installing the plugin twice? After running
Right before you run your installation script. |
That is correct. The first stems form
Is it expected tocause no issue to run |
The bug seems to be fixed in HEAD. Upgrading to ruby 2.5 is not necessary and breaks vagrants dependencies (just in case someone had the same idea as me):
|
Will this be fixed in 2.0.2? It seems the only current workaround is downgrading, I'm having the same issue with the vagrant-triggers plugin. |
I ran into this issue when the 32bit version of vagrant 2.0.1 was installed. After installing the 64bit version this was fixed. |
I had this issue too... Removing Vagrant and using an older version fixed the problem... |
Having the same issue, when trying to vagrant up a trellis setup (localhost wordpress) on macOS. Updated ruby to latest version, and the problem persists. Which is the suggested vagrant version to use? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
Vagrant 2.0.1
Ruby version
2.4.2
Rubygems version
2.6.13
Host operating system
debian stretch
Debug output
https://gist.github.com/traumschule/1bd533457439d92c6b3eb9ae1a520607
Expected behavior
No segflt.
Actual behavior
Segmentation fault.
Steps to reproduce
Removing ~/.vagrant.d/gems/2.4.2/gems/vagrant-share-1.1.9 obviously leads to
The text was updated successfully, but these errors were encountered: