[ruby-core:68905] Re: [Ruby trunk - Bug #11070] Can't launch rails after upgrading to v.2.2.0

From: Eric Wong <normalperson@...>
Date: 2015-04-15 19:49:16 UTC
List: ruby-core #68905
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.

In This Thread

Prev Next