【发布时间】:2015-07-13 02:18:14
【问题描述】:
我已经安装了 ruby 2.1.6,vagrant 1.7.2 abd virtual box 4.3.28。
第一个 vagrant up 工作正常,并且下载了 box 并且服务器正常工作,但是当我运行 halt 然后尝试另一个 vagrant up 时,我收到下面的 ruby 错误消息
C:/Users/Mike/.vagrant.d/gems/gems/childprocess-0.5.6/lib/childprocess/windows/lib.rb:308: [BUG] Segmentation fault
ruby 2.0.0p353 (2013-11-22) [i386-mingw32]
// lots of output listing ruby files
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
总输出很长,只好单独上传here:
我已尝试卸载所有内容并重新安装,但总是会发生同样的事情。谁能帮我理解这个错误消息并给我一些修复它的建议?
vagrant 项目在我的台式机上运行良好,这个问题只发生在我的笔记本电脑上。
【问题讨论】:
-
我今天也遇到了同样的问题,接缝好像是今天出现的 Vagrant 的全球问题,这里是错误报告。 bugs.ruby-lang.org/issues/11314
-
您是否更改了 VAGRANT_HOME 目录或使用默认目录?尝试改变,它对我有用。