[#68845] [Ruby trunk - Feature #11056] [PATCH] lib/net/*: use io/wait methods instead of IO.select — normalperson@...
Issue #11056 has been updated by Eric Wong.
3 messages
2015/04/11
[#68945] [Ruby trunk - Feature #11083] [Open] Gemify net-telnet — shibata.hiroshi@...
Issue #11083 has been reported by Hiroshi SHIBATA.
4 messages
2015/04/21
[#68951] Re: [Ruby trunk - Feature #11083] [Open] Gemify net-telnet
— Eric Wong <normalperson@...>
2015/04/21
shibata.hiroshi@gmail.com wrote:
[#69012] [Ruby trunk - Feature #11105] [Open] ES6-like hash literals — shugo@...
Issue #11105 has been reported by Shugo Maeda.
5 messages
2015/04/29
[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.