I am new to coding and rails. When I try running rails server I get the segmentation fault. This was not an issue yesterday. I am not sure what went wrong. I tried reinstalling Ruby 2.2.1 and updating to 2.2.3 to no avail. Below is the report.
I am new to coding and rails. When I try running rails server I get the segmentation fault. This was not an issue yesterday. I am not sure what went wrong. I tried reinstalling Ruby 2.2.1 and updating to 2.2.3 to no avail. Below is the report.
Very strange.
The segmentation fault itself is due to a usual rvm bug, mixing an extension library for different ruby
but 2.2.3 should raise a fatal error instead of segmentation fault.
Is the log with 2.2.3 same?
I am still riding version 2.2.1. I have been unable to install the 2.2.3 update. Per the 2.2.3 install instructions on https://rvm.io/rvm/security ( # install mpapis public key ) I used the command line:
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
It returned the error:
-bash: gpg: command not found
per the instructions. The error below was returned:
-bash: gpg: command not found
(23) Failed writing body
.
I started my journey into programming just a few days ago. This is uncharted territory. How do I resolve the rvm bug for 2.2.1 or should updating to 2.2.3 take priority? Your help is very much appreciated.