Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yajl-Ruby dependency causing seg fault with cucumber selenium json requests #37

Closed
jonsgreen opened this issue May 17, 2010 · 1 comment

Comments

@jonsgreen
Copy link

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.

@sferik
Copy link
Owner

sferik commented Sep 24, 2010

Fixed in 60a7cb1. I'll be releasing 0.9.11 shortly, which will contain this patch.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants