You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess this is really a yajl-ruby issue but I thought other 0.9.5 twitter users might verify this.
We get seg faults on cucumber features with json requests when we use twitter 0.9.5 and it seems to be an issue with yajl-ruby:
.../Users/jonathangreenberg/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-2.3.5/lib/active_support/json/encoding.rb:70: [BUG] Bus Error
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.8.0]
Note that this was very tricky to track down because even reverting to older twitter gems (e.g. 0.8.3) would still have the seg fault until the yajl-ruby gem was removed even though there does not appear to be a dependency on yajl-ruby.
The text was updated successfully, but these errors were encountered:
I guess this is really a yajl-ruby issue but I thought other 0.9.5 twitter users might verify this.
We get seg faults on cucumber features with json requests when we use twitter 0.9.5 and it seems to be an issue with yajl-ruby:
.../Users/jonathangreenberg/.rvm/gems/ruby-1.8.7-p174/gems/activesupport-2.3.5/lib/active_support/json/encoding.rb:70: [BUG] Bus Error
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.8.0]
Note that this was very tricky to track down because even reverting to older twitter gems (e.g. 0.8.3) would still have the seg fault until the yajl-ruby gem was removed even though there does not appear to be a dependency on yajl-ruby.
The text was updated successfully, but these errors were encountered: