Mirrorball (Carolina F S)
- Login: Mirrorball
- Email: mirrorballu2@gmail.com
- Registered on: 01/04/2012
- Last sign in: 01/05/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/05/2012
-
04:18 AM Ruby Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- Thanks, AM. The solution worked and now Ruby doesn't crash anymore. It was because of Mac OS OpenSSL.
-
03:31 AM Ruby Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- I have "source 'https://rubygems.org'" in my Gemfile but it doesn't make ruby crash in a Rails 3.1.3 project. I'll try that solution anyway, thanks.
01/04/2012
-
07:50 AM Ruby Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- It's actually Bundler that makes Ruby crash (bundle install).
-
07:39 AM Ruby Bug #5838 (Third Party's Issue): Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- =begin
Creating a new project with Rails 3.2.0.rc1 makes Ruby crash on my computer:
$ rails new testproject
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app...