Project

General

Profile

Actions

Bug #5824

closed

Interpreter Crashes when using OmniAuth

Added by Anonymous about 12 years ago. Updated about 12 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p6 (2011-12-28 revision 34149) [x86_64-darwin11.2.0]
Backport:
[ruby-core:<unknown>]

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

auth-after.tar.gz (422 KB) auth-after.tar.gz example rails project to reproduce the issue Anonymous, 12/30/2011 08:13 PM
ruby_2011-12-30-024015_darnoc-laptop.crash (18.5 KB) ruby_2011-12-30-024015_darnoc-laptop.crash crash report Anonymous, 12/30/2011 08:13 PM

Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #4373: http.rb:677: [BUG] Segmentation faultThird Party's Issue02/06/2011Actions
Actions #1

Updated by Anonymous about 12 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:

http://developer.twitter.com

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) about 12 years ago

  • Status changed from Open to Third Party's Issue
  • Priority changed from 5 to Normal
Actions

Also available in: Atom PDF

Like0
Like0Like0