Project

General

Profile

Actions

Bug #6848

closed

bundle install fails

Added by bcode (y s) over 11 years ago. Updated over 11 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin10.8.0]
Backport:
[ruby-core:47092]

Description

After installing ruby using rvm, on an OSX 10.6, bundle install fails.

This is my ruby:
$ ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin10.8.0]

This is how I get the error:
$ rails new abc

gives a long output, at the end of which is

You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

Fetching gem metadata from https://rubygems.org/.


Files

ruby_2012-08-09-131512_farisMac.crash (9.1 KB) ruby_2012-08-09-131512_farisMac.crash C level backtrace bcode (y s), 08/10/2012 02:27 AM
fullOutput.txt (27.3 KB) fullOutput.txt full output of the command bcode (y s), 08/10/2012 02:27 AM
rvm_info.txt (1.79 KB) rvm_info.txt Outout of $rvm info bcode (y s), 08/10/2012 02:27 AM

Related issues 1 (0 open1 closed)

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

Updated by naruse (Yui NARUSE) over 11 years ago

  • Status changed from Open to Feedback

It seems because openssl bundled with Mac OS X.

Ruby can't work with Mac bundled OpenSSL
http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/

Updated by mame (Yusuke Endoh) over 11 years ago

  • Status changed from Feedback to Rejected

Another reference.

http://blog.55minutes.com/2012/01/fixing-a-segmentation-fault-in-ruby-193/

This looks a known issue of openssl binary bundled with Mac OS X.

--
Yusuke Endoh

Actions

Also available in: Atom PDF

Like0
Like0Like0