electrum (David Phillips)
- Login: electrum
- Email: david@acz.org
- Registered on: 02/05/2011
- Last sign in: 02/05/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/06/2011
-
02:39 PM Ruby Bug #4370: Abort trap in net/http
- =begin
Finally found the problem: I installed MySQL from MacPorts, which the mysql2 gem was linking to, causing the MacPorts libssl to be loaded rather than the system libssl. Installing the official MySQL package (which use system lib... -
08:19 AM Ruby Bug #4370: Abort trap in net/http
- =begin
Minimal reproduction:
rails new foo -d mysql
cd foo
bundle install
rails console
require 'net/http'
http = Net::HTTP.new('s3.amazonaws.com', 443)
http.use_ssl = true
http.start {|h| h.request(Net::HTTP::Get....
02/05/2011
-
03:44 PM Ruby Bug #4370 (Rejected): Abort trap in net/http
- =begin
This crash occurred while using the s3 gem in the Rails console. The HTTP request was using SSL.
ruby-1.9.2-p136 :013 > s3 = S3::Service.new(:access_key_id => AwsConfig.aws_access_key, :secret_access_key => AwsConfig.aws_se...