scrollins / gmail.com wrote: > Nobuyoshi Nakada wrote: > > > ~~~ > > > 2 libruby.2.2.0.dylib 0x000000010057f2a3 sigsegv + 83 > > > 3 libsystem_platform.dylib 0x00007fff8f6daf1a _sigtramp + 26 > > > 4 libruby.2.1.0.dylib 0x00000001023e7781 ruby_xmalloc + 17 > > > > An extension library for 2.1.0. > Sorry, I'm a newbie to Ruby. What is the issue here? I > uninstalled/reinstalled ruby and I'm getting the same issue. Looks > like a lib is from 2.1 and not compatible with 2.2? How do I resolve? You need to uninstall/reinstall all your other extension libraries when upgrading Ruby, too. Recompiling and relinking (done automatically during the install process for Open Source extension libraries) with Ruby 2.2 should fix the problem.