ethon: Segmentation fault after upgrading to OS X Mavericks

First of all, thanks for a great gem.

After upgrading to OS X Mavericks, I get a segmentation fault when using Typhoeus::Hydra. Don’t know if this issue should go in the typhoeus repository, but the segfault happens in ethon:

https://gist.github.com/lassebunk/7429427

Any ideas for solving this?

About this issue

  • Original URL
  • State: closed
  • Created 11 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Ok, so now it works, needed to rebuild the gems. What I did was the following:

$ brew update
$ brew install curl
$ brew link curl --force
$ gem uninstall typhoeus ethon
$ bundle update typhoeus ethon

Thanks for helping. Now I’ll let you get back to some none-n00b work 😉