rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 192 forks source link

Segmentation fault while firing up rails server #273

Closed arkiver closed 10 years ago

arkiver commented 10 years ago

With Rails 3.2.12, on starting the server, Seg fault is raised. Trace as follows:

─akshay@macbook-pro ~/akshay/foo ‹ruby-1.9.3@foo› ‹master*› ╰─$ rails s -p3004 /Users/akshay/.rvm/gems/ruby-1.9.3-p194@foo/gems/therubyracer-0.12.0/lib/v8/init.bundle: [BUG] Segmentation fault ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

Gemfile: gem "therubyracer", "~> 0.12.0"

Would be glad to provide any more info, if needed.

cowboyd commented 10 years ago

Looks like you are using ruby 1.8.7 with a 1.9.3 GEM_HOME?

Sent from my iPhone

On Oct 5, 2013, at 7:01, Akshay Khole notifications@github.com wrote:

With Rails 3.2.12, on starting the server, Seg fault is raised. Trace as follows:

─akshay@macbook-pro ~/akshay/foo ‹ruby-1.9.3@foo› ‹master*› ╰─$ rails s -p3004 /Users/akshay/.rvm/gems/ruby-1.9.3-p194@foo/gems/therubyracer-0.12.0/lib/v8/init.bundle: [BUG] Segmentation fault ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

Gemfile: gem "therubyracer", "~> 0.12.0"

Would be glad to provide any more info, if needed.

— Reply to this email directly or view it on GitHub.

arkiver commented 10 years ago

@cowboyd yes that was it. Thanks!