Hey all.
I have a FreeBSD 11.0 droplet on digital ocean and I decided to uninstall vim-lite and install vim today, so I can install some plugins that need Python support. I refreshed the ports tree and installed with vim with
These are the last lines of output from Ruby before it crashes:
I have to hard reset the machine to get back in. Any ideas?
Thanks!
Tab
I have a FreeBSD 11.0 droplet on digital ocean and I decided to uninstall vim-lite and install vim today, so I can install some plugins that need Python support. I refreshed the ports tree and installed with vim with
make WITHOUT_X11=yes install clean
but every time it gets to installing Ruby (ruby-2.3.3_1,1) the server crashes. It responds to ping (or maybe that is some DO magic) but the console is dead and SSH connections are refused, I had top running at the time in a different putty session and interestingly that kept going, but the moment I closed top that terminal was dead, I didn't even get a prompt back.These are the last lines of output from Ruby before it crashes:
99% [926/933] vm_backtrace.c
99% [927/933] vm_dump.c
99% [928/933] vm_eval.c
99% [929/933] vm_exec.c
99% [930/933] vm_insnhelper.c
99% [931/933] vm_method.c
99% [932/933] vm_trace.c
100% [933/933] vsnprintf.c
Generating RI format into /usr/ports/lang/ruby23/work/ruby-2.3.3/.ext/rdoc...
I have to hard reset the machine to get back in. Any ideas?
Thanks!
Tab