Bug #5824
closedInterpreter Crashes when using OmniAuth
Description
Ruby interpreter is crashing when using the OmniAuth with Google, Twitter, and Facebook. This can be reproduced with Ruby 1.9.3p6. However, things work as expected using Ruby 1.9.2p312. I'm attaching a sample Rails project as well as the crash report for your review.
Files
Updated by Anonymous almost 13 years ago
To setup Google, you'll need to go to the following URL:
https://code.google.com/apis/console
To setup Twitter, you'll need to go to the following URL:
To setup FaceBook, you'll need to fo to the following URL:
https://developers.facebook.com/apps
Next, Twitter and Facebook didn't allow one to use localhost directly when generating the keys. Thus, I used the following when asked:
domain: local.dev
url: http://local.dev
updated (/etc/hosts) with:
127.0.0.1 local.dev
Last but not least, you can reproduce the issue by just setting up Google because it required the least amount of configuration.
Updated by naruse (Yui NARUSE) almost 13 years ago
- Status changed from Open to Third Party's Issue
- Priority changed from 5 to Normal
This is because Mac OS X bundled openssl.
See http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/