Bug #4915
closedsegmentation fault on net/http.rb:586
Description
/Users/test/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/net/http.rb:586: [BUG] Segmentation fault
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0]
Abort trap
Attempted to do a Chargify call and received this error.
Rails 3.0.5, ruby 1.8.7 patch level 334 on Snow Leopard OS X
Files
Updated by bhuwan (bhuwan bhuwan) over 13 years ago
- happens on WEBRick and apache passenger: Jun 21 18:55:49 names-macbook ReportCrash[85295]: Saved crash report for ruby[85273] version ??? (???) to /Users/test/Library/Logs/DiagnosticReports/ruby_2011-06-21-185549_names-MacBook.crash
- OpenSSL 0.9.8r 8 Feb 2011
- Attached is the crash report
Updated by bhuwan (bhuwan bhuwan) over 13 years ago
Same issue occurs without rvm.
Updated by SupaIrish (Chris Irish) about 13 years ago
I've had a similar problem a few times, and it was always because I had Ruby compiled with the incorrect OpenSSL. Do you have OpenSSL installed through MacPorts? If you do you need to point your Ruby installation at /opt/local when you compile it. See if this post helps, it's for ruby 1.9 but it's the same issue with ruby 1.8 http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/
Updated by naruse (Yui NARUSE) almost 13 years ago
- Status changed from Open to Third Party's Issue
Thank you for writing an article, Chris.