[#69084] [Ruby trunk - Feature #11124] [Open] [PATCH] lib/*: use monotonic clock for timeouts — normalperson@...
Issue #11124 has been reported by Eric Wong.
5 messages
2015/05/06
[#69138] [Ruby trunk - Feature #11136] [PATCH] webrick: avoid fcntl module — nobu@...
Issue #11136 has been updated by Nobuyoshi Nakada.
3 messages
2015/05/12
[#69160] [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start — nobu@...
Issue #11146 has been updated by Nobuyoshi Nakada.
4 messages
2015/05/13
[#69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start
— Eric Wong <normalperson@...>
2015/05/13
nobu@ruby-lang.org wrote:
[ruby-core:69314] [Ruby trunk - Bug #11169] [Feedback] Symbol not found: _rb_str_new_static
From:
nobu@...
Date:
2015-05-22 08:29:32 UTC
List:
ruby-core #69314
Issue #11169 has been updated by Nobuyoshi Nakada. Status changed from Open to Feedback Priority changed from High to Low Seems you are running 2.0.0 with an extension library for 2.2. Check your ruby's version. ---------------------------------------- Bug #11169: Symbol not found: _rb_str_new_static https://bugs.ruby-lang.org/issues/11169#change-52581 * Author: Khoa Bui * Status: Feedback * Priority: Low * Assignee: * ruby -v: 2.2.1 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- when i'm running **rails server** i'm getting this message below: ~~~ Warning: You're using Rubygems 2.0.14 with Spring. Upgrade to at least Rubygems 2.1.0 and run `gem pristine --all` for better startup performance. dyld: lazy symbol binding failed: Symbol not found: _rb_str_new_static Referenced from: /Users/buihdk/.rvm/gems/ruby-2.2.1/gems/json-1.8.2/lib/json/ext/parser.bundle Expected in: flat namespace dyld: Symbol not found: _rb_str_new_static Referenced from: /Users/buihdk/.rvm/gems/ruby-2.2.1/gems/json-1.8.2/lib/json/ext/parser.bundle Expected in: flat namespace Trace/BPT trap: 5 ~~~ Does anyone know the solution for this issue? Thanks! -- https://bugs.ruby-lang.org/