I have installed ruby 2.1.6, vagrant 1.7.2 abd virtual box 4.3.28.
The first vagrant up works fine and box is downloaded and server works, but when I run halt and then try another vagrant up I get the ruby error message below
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. The total output is lengthy so I had to upload it separately here:
I have tried uninstalling everything and re-installing but the same thing always happens. Can anyone make sense of this error message for me and give me some advice for fixing it?
The vagrant project is running on my desktop machine fine, this issue is just happening with my laptop.